From 29ddde283288231eaae74504741a4fce3326de95 Mon Sep 17 00:00:00 2001 From: Stanislav Podolia Date: Tue, 1 Mar 2022 13:47:38 +0200 Subject: [PATCH] Update start.py --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index c304e1a..b0f0122 100644 --- a/start.py +++ b/start.py @@ -657,7 +657,7 @@ class ProxyManager: with threadLock: proxes.add(proxy) except Exception as e: - print('download proxy error', proxy, e) + print('download proxy error', e) class ToolsConsole: