diff options
-rwxr-xr-x | post_bot.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/post_bot.py b/post_bot.py index 62670ae..a9add04 100755 --- a/post_bot.py +++ b/post_bot.py @@ -56,6 +56,7 @@ levels = [[['1'], ['1'], ['1'], ['032']], [['73'], ['1'], ['0'], ['3030']]] def beat_games(): + sleep(7) rs.post('https://recolor.me/topic/1557621', data={ 'key':key, 'page':'topic', |