Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamu committed Mar 6, 2020
1 parent ab49de0 commit 128183b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def main():
if players is not None and players:
player_numbers.extend(players)
progressbar.update(1)
time.sleep(0.3) # The website prevents fast web crawling, therefore the waiting time.
time.sleep(0.3) # website prevents fast web crawling, therefore the waiting time
progressbar.close()
reset(cursor)
add_game(cursor, games)
Expand Down

0 comments on commit 128183b

Please sign in to comment.