From d5a2a197760ed1be30d5a1e6fe3868a4ef6844a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 18 May 2025 23:12:56 +0200 Subject: [PATCH] nowy mail i funkcja --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7cc6e1c..f8228c8 100644 --- a/app.py +++ b/app.py @@ -387,7 +387,7 @@ def main(): } users = get_users(db_config) - now_ts = int(datetime.datetime.now().timestamp()) + now_ts = int(dt.now().timestamp()) final_candidates = [] inactive_count = 0 invalid_email_count = 0