Skip to content

Commit

Permalink
add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak committed Jan 2, 2025
1 parent e0c783d commit 58ff51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_minimqtt/adafruit_minimqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def connect(
host=host,
port=port,
keep_alive=keep_alive,
session_id=session_id
session_id=session_id,
)
self._reset_reconnect_backoff()
return ret
Expand Down

0 comments on commit 58ff51c

Please sign in to comment.