Skip to content

Commit

Permalink
dnet: fix KeyError due to misnamed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lunar-mining committed Nov 9, 2023
1 parent f188c2b commit 6f3b4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dnet/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,5 +278,5 @@ async def update_view(self, evloop: asyncio.AbstractEventLoop,
continue
if id in known_outbound:
continue
logging.debug(f"Outbound {key} came online.")
logging.debug(f"Outbound {i}, {addr} came online.")
refresh = True

0 comments on commit 6f3b4a7

Please sign in to comment.