mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-06-14 00:23:35 -07:00
Fixed potential undefined variable
This commit is contained in:
Vendored
+1
@@ -147,6 +147,7 @@ class ServerTunnel(I2PTunnel):
|
||||
except Exception as e:
|
||||
self.status["exception"] = e
|
||||
self.status["setup_failed"] = True
|
||||
data = None
|
||||
|
||||
try:
|
||||
sc_task = asyncio.wait_for(
|
||||
|
||||
Reference in New Issue
Block a user