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, )