Skip to content

Commit

Permalink
fix issue#2
Browse files Browse the repository at this point in the history
  • Loading branch information
boringthegod committed May 16, 2023
1 parent 6a832c6 commit fd7ce3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions postmaniac/postmaniac.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ def progress_bar(n, message=''):
print(']', end='')

for o, worku in enumerate(urls, start=1):
if "https://www.postman.com//" in worku:
continue
message = f'Scan du workspace {o}/{len(urls)}'
progress_bar(40, message)
workurlcompl = worku + "overview"
Expand Down

0 comments on commit fd7ce3a

Please sign in to comment.