Fixed potential undefined variable
This commit is contained in:
parent
d7262c7cbe
commit
6b06875c42
|
@ -147,6 +147,7 @@ class ServerTunnel(I2PTunnel):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.status["exception"] = e
|
self.status["exception"] = e
|
||||||
self.status["setup_failed"] = True
|
self.status["setup_failed"] = True
|
||||||
|
data = None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
sc_task = asyncio.wait_for(
|
sc_task = asyncio.wait_for(
|
||||||
|
|
Loading…
Reference in New Issue