mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-03 01:17:56 +03:00
Fixed small bug on return clone
This commit is contained in:
parent
94842ce0ef
commit
169a946a03
@ -109,7 +109,7 @@ class ForwardThread(threading.Thread):
|
||||
while ft.status == 0:
|
||||
time.sleep(0.1)
|
||||
|
||||
return ft
|
||||
return (ft, localPort)
|
||||
|
||||
|
||||
def _timerFnc(self):
|
||||
|
Loading…
Reference in New Issue
Block a user