Skip to content

Commit

Permalink
Update wayback.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisshubhamkumar authored Sep 1, 2023
1 parent 5c3b104 commit 6ed9790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wayback.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Colors:


def print_status(status, color, message):
print(f'{Colors.YELLOW}[!] {Colors.CYAN}{message}', end='', flush=True)
print(f'{Colors.YELLOW}[!] {Colors.CYAN}{message}', end='') #, flush=True
print(f'{color}[' + '.'.rjust(5, '.') + f' {status} ]{Colors.WHITE}')


Expand Down

0 comments on commit 6ed9790

Please sign in to comment.