From d8db31be39b4bc4328266f6d15f2142ff4b9d270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Mon, 19 May 2025 10:13:44 +0200 Subject: [PATCH] =?UTF-8?q?funkcja=20wykrywania=20z=C5=82ego=20nicka?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.py b/app.py index d415c1e..11b0f2f 100644 --- a/app.py +++ b/app.py @@ -518,7 +518,7 @@ def main(): if user['temp_email']: temp_email_count += 1 - if args.validate or user['inactive'] or not user['email_valid'] or user.get('bad_name'): + if args.validate or user['inactive'] or not user['email_valid']: final_candidates.append(user) final_candidates = [u for u in final_candidates if (u.get('points') or 0) == 0] @@ -571,7 +571,6 @@ def main(): print(f"- Pominięci weterani: {skipped_veterans}") print(f"- Z losowym lub podejrzanym nickiem: {bad_name_count}") - if args.delete: confirm_delete() if not args.drupal_path: