From 6f866982a16f875549c858c0391c8603f794c120 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Wed, 28 May 2025 22:38:40 +0800 Subject: [PATCH] fix: update main execution to print fetch_proxies2 output for better visibility --- multi_proxy_refill.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi_proxy_refill.py b/multi_proxy_refill.py index dbfb639..3811bec 100644 --- a/multi_proxy_refill.py +++ b/multi_proxy_refill.py @@ -204,4 +204,4 @@ def main(): if __name__ == "__main__": # main() - fetch_proxies2('TW',2) \ No newline at end of file + print(fetch_proxies2('TW', 2)) \ No newline at end of file