From c3974a08f095247dd0dd79bacf9a28b14f1f717c Mon Sep 17 00:00:00 2001 From: hamedp71 <170614544+hamedp-71@users.noreply.github.com> Date: Thu, 9 Oct 2025 19:36:03 +0330 Subject: [PATCH] Update cl.py --- cl.py | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/cl.py b/cl.py index 0b635f8bc6..f9607f30ae 100644 --- a/cl.py +++ b/cl.py @@ -2088,7 +2088,7 @@ def write_to_file(filepath, data_list): print(f"Found {len(cleaned_configs)} unique configs after cleaning.") # مرحله ۳: تنظیم تگ اولیه - tagged_configs = set_initial_tag(cleaned_configs, "Blindvpn") + tagged_configs = set_initial_tag(cleaned_configs, "hamedp71") # مرحله ۴: نوشتن کانفیگ‌های آماده در فایل ورودی برای تستر print(f"Writing {len(tagged_configs)} prepared configs to '{TEXT_PATH}' for testing...") @@ -2105,20 +2105,3 @@ def write_to_file(filepath, data_list): process_manager.stop_all() print("All tasks finished successfully.") sys.exit() - - - - - - - - - - - - - - - - -