Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
baskiton committed Mar 4, 2024
1 parent 07ec237 commit 5f2e273
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SatsDecoder/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,7 @@ def _server(self):

for s in ss:
if self._receive(r[s]):
r.pop(s)
r[s].close()
r.pop(s).close()

r.pop(srv_fd, 0)
for conn in r.values():
Expand Down

0 comments on commit 5f2e273

Please sign in to comment.