another wut
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Simple_Not 2023-07-13 13:48:52 +10:00
parent c39f1cde04
commit 360f8d4c55

View File

@ -61,9 +61,9 @@ async def up_dick(message: types.Message):
user = candidate_cursor.pop()
last_time = datetime.datetime.strptime(user['datetimes'], '%Y-%m-%d %H:%M:%S')
time_to_grow = datetime.datetime.now().replace(hour=14, minute=8, second=8, microsecond=0) + datetime.timedelta(days=-1)
time_to_grow = datetime.datetime.now().replace(hour=14, minute=8, second=8, microsecond=0) #+ datetime.timedelta(days=0)
if (time_to_grow - last_time).total_seconds() > 0:
if (time_to_grow - last_time).total_seconds() < 0:
# пришло время крутить!!
updetedDick = user["dick_size"] + numb