Remove waitTime=1000 when starting tun2socks

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
Loren Eteval
2023-09-10 00:01:12 +08:00
parent c811b17ad9
commit e109abfefc
-1
View File
@@ -57,7 +57,6 @@ class Tun2socks(Core):
super().start(
target=startTun2socks,
args=(device, networkInterface, logLevel, proxy, restAPI),
waitTime=1000,
**kwargs,
)