From 2f2dabe0004061262a9b6df60c52a6fd49083f8c Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Sat, 10 Feb 2024 21:40:41 +0000 Subject: [PATCH] now i missed one --- crud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crud.py b/crud.py index a446b61..40155b1 100644 --- a/crud.py +++ b/crud.py @@ -109,7 +109,7 @@ async def update_tpos_withdraw(data: TPoS, tpos_id: str) -> TPoS: # Calculate the time between withdrawals in seconds now = await get_current_timestamp() time_elapsed = now - data.withdrawtime - # withdraw_time_seconds = data.withdrawbtwn * 60 + withdraw_time_seconds = data.withdrawbtwn * 60 if data.withdrawtimeopt != "secs": withdraw_time_seconds = data.withdrawbtwn * 60