Skip to content

Commit

Permalink
add missing binder
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Aug 16, 2023
1 parent 9d9c49e commit 71ba97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/src/tunneldigger_broker/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def write(self, address, data):

try:
self.socket.sendto(data, address)
except socket.error:
except socket.error as e:
self.error("writing", e)
return

Expand Down

0 comments on commit 71ba97f

Please sign in to comment.