From 456d0619df82254c0b72b1aac8fd3b07caf6d5e5 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Thu, 13 Jul 2023 14:39:20 +1000 Subject: [PATCH] another wut --- handlers/pipisa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/pipisa.py b/handlers/pipisa.py index 9371713..67d715f 100644 --- a/handlers/pipisa.py +++ b/handlers/pipisa.py @@ -63,7 +63,7 @@ async def up_dick(message: types.Message): 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=0) - if (time_to_grow - last_time).total_seconds() < 0: + if (time_to_grow - last_time).total_seconds() > 0: # пришло время крутить!! updetedDick = user["dick_size"] + numb