athena: log before trying to connect

pull/21032/head
Willem Melching 4 years ago
parent f5af6becc8
commit 8f3e395a1f
  1. 1
      selfdrive/athena/athenad.py

@ -441,6 +441,7 @@ def main():
conn_retries = 0 conn_retries = 0
while 1: while 1:
try: try:
cloudlog.event("athenad.main.connecting_ws", ws_uri=ws_uri)
ws = create_connection(ws_uri, ws = create_connection(ws_uri,
cookie="jwt=" + api.get_token(), cookie="jwt=" + api.get_token(),
enable_multithread=True, enable_multithread=True,

Loading…
Cancel
Save