From e109abfefc0165e76fe5c1fa106cc5bc6fdbeb8e Mon Sep 17 00:00:00 2001 From: Loren Eteval Date: Sun, 10 Sep 2023 00:01:12 +0800 Subject: [PATCH] Remove waitTime=1000 when starting tun2socks Signed-off-by: Loren Eteval --- Furious/Core/Tun2socks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Furious/Core/Tun2socks.py b/Furious/Core/Tun2socks.py index b4ea32e..eeb6141 100644 --- a/Furious/Core/Tun2socks.py +++ b/Furious/Core/Tun2socks.py @@ -57,7 +57,6 @@ class Tun2socks(Core): super().start( target=startTun2socks, args=(device, networkInterface, logLevel, proxy, restAPI), - waitTime=1000, **kwargs, )