1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-05 09:17:54 +03:00

Fixed small bug on return clone

This commit is contained in:
Adolfo Gómez García 2016-04-28 09:34:43 +02:00
parent 94842ce0ef
commit 169a946a03

View File

@ -109,7 +109,7 @@ class ForwardThread(threading.Thread):
while ft.status == 0: while ft.status == 0:
time.sleep(0.1) time.sleep(0.1)
return ft return (ft, localPort)
def _timerFnc(self): def _timerFnc(self):