Skip to content

Commit

Permalink
Autopep
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Jan 6, 2025
1 parent a1c406b commit 9b45578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def on_message(**kwargs):
try:
disconnecter.connect().result(TIMEOUT)
continue_connecting = False
except:
except BaseException:
pass

# Receive message
Expand Down

0 comments on commit 9b45578

Please sign in to comment.