From d977ced0f57d330cc1ca1e586c9bc78df00de0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 16 May 2025 12:32:38 +0200 Subject: [PATCH] zmiany --- app.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 32c9643..b58907c 100644 --- a/app.py +++ b/app.py @@ -233,9 +233,9 @@ def main(): skipped_with_points += 1 continue - if (user.get('post_count') or 0) > 0: - # Pomijamy użytkownika, który dodał treści - continue + if (user.get('post_count') or 0) > 0: + # Pomijamy użytkownika, który dodał treści + continue # Pomijanie aktywnych "weteranów" created_year = datetime.datetime.fromtimestamp(user['created']).year if user.get('created') else None