mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-07 06:40:15 +00:00
Fixed potential undefined variable
This commit is contained in:
parent
d7262c7cbe
commit
6b06875c42
1
RNS/vendor/i2plib/tunnel.py
vendored
1
RNS/vendor/i2plib/tunnel.py
vendored
@ -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
Block a user