Skip to content

Commit

Permalink
Merge github.com:KeckObservatory/DDOILoggerClient
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertucker202 committed Jan 12, 2024
2 parents df55359 + a6bc2fa commit 8dd4052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DDOILoggerClient/Logger.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 8dd4052

Please sign in to comment.