Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
baskiton committed Jun 2, 2024
1 parent 126b060 commit a5561ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SatsDecoder/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ def _recvall(conn, n):
continue
raise
ret.extend(x)
return ret
return bytes(ret)

def _receive(self, conn):
try:
Expand Down

0 comments on commit a5561ea

Please sign in to comment.