diff options
author | Brett Weiland <brett_weiland@bpcspace.com> | 2020-11-02 08:22:57 -0600 |
---|---|---|
committer | Brett Weiland <brett_weiland@bpcspace.com> | 2020-11-02 08:22:57 -0600 |
commit | 821e514c1e01de442234f0e107a6537d862625aa (patch) | |
tree | 93a64d09bd9f864df382ddda819011c1137dcd1a | |
parent | 45c79d3a8f4263487da504264b4cae73e987298f (diff) |
-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', |