Skip to content

Commit

Permalink
Fix the console output issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay-Singh-Rana committed Apr 1, 2021
1 parent 882e5dc commit 8dc92a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download_tourments.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
response = requests.get(url)
if(response.status_code != 404):
file.write(str(response.text) + '\n')
print('\r' + f'Downloading complete for {id_number}...',end = '')
print('\r' + f'Downloading complete for {id_number}......')
else:
print('\r' + f'{id_number} Not Found..!')
print('\r' + f'Failed..! Tournament for {id_number} not found...')

logging.debug("Finished... Pgn is in games.pgn")

0 comments on commit 8dc92a5

Please sign in to comment.