Skip to content

Commit 58ff51c

Browse files
committed
add comma
1 parent e0c783d commit 58ff51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_minimqtt/adafruit_minimqtt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def connect(
432432
host=host,
433433
port=port,
434434
keep_alive=keep_alive,
435-
session_id=session_id
435+
session_id=session_id,
436436
)
437437
self._reset_reconnect_backoff()
438438
return ret

0 commit comments

Comments
 (0)