Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Apr 17, 2024
1 parent be42063 commit 115aa8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/espota.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def serve(remote_addr, local_addr, remote_port, local_port, password, filename,
connection, client_address = sock.accept()
sock.settimeout(None)
connection.settimeout(None)
except: # noqa: E722
except:
logging.error("No response from device")
sock.close()
return 1
Expand Down

0 comments on commit 115aa8e

Please sign in to comment.