This commit is contained in:
Void User 2023-01-20 20:28:47 +03:00
parent 22e3649aff
commit 0cf706af38

View File

@ -25,6 +25,7 @@ while True:
if needsleep == 30:
needsleep = 0
sleep(30)
db[i[0]] = db[i[0]] + 29
else:
sleep(1)
needsleep += 1