1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
This commit is contained in:
Steffo 2017-02-07 22:27:50 +01:00
parent 1a44f1d869
commit 6f03b37aa5

View file

@ -323,11 +323,11 @@ async def osu_pp(timeout):
json.dump(db, f) json.dump(db, f)
f.close() f.close()
finally: finally:
await asyncio.sleep(1) await asyncio.sleep(5)
print("[Osu!] Check successful.") print("[Osu!] Check successful.")
await asyncio.sleep(timeout) await asyncio.sleep(timeout)
else: else:
await asyncio.sleep(5) await asyncio.sleep(1)