Skip to content

Commit

Permalink
Update DDOILogger.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertucker202 authored Jan 11, 2024
1 parent 74b7d3d commit a6bc2fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DDOILoggerClient/DDOILogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,4 @@ def _send_log(self, body, sendAck=True):
if self.socket in sockets:
resp = self.socket.recv()
return resp
else:
return b"{}"
return b"{}"

0 comments on commit a6bc2fa

Please sign in to comment.