Skip to content

Commit

Permalink
Fixed potential undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Jun 11, 2022
1 parent d7262c7 commit 6b06875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RNS/vendor/i2plib/tunnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ async def handle_client(incoming, client_reader, client_writer):
except Exception as e:
self.status["exception"] = e
self.status["setup_failed"] = True
data = None

try:
sc_task = asyncio.wait_for(
Expand Down

0 comments on commit 6b06875

Please sign in to comment.