Skip to content

Commit

Permalink
Fix comment order
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT authored Jan 21, 2025
1 parent bb5c5c9 commit 6039a07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ async def connect():
check_connection_interval=0,
# Same for Attempting to reconnect
attempt_reconnect_interval=0,
disable_sessions=True,
# viam-micro-server doesn't support sessions
# so it is safe to disable them
disable_sessions=True,
dial_options=DialOptions.with_api_key(
# Replace "<API-KEY-ID>" (including brackets)
# with your machine's api key id
Expand Down

0 comments on commit 6039a07

Please sign in to comment.