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