athenad: update comment about timeout constant (#29216)

* in socket!

https://bugs.python.org/issue26273

* clean up

* ignore mypy bug

* comment

* just comment
pull/29225/head
Shane Smiskol 2 years ago committed by GitHub
parent b53bf00555
commit 0f7b775884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/athena/athenad.py

@ -43,7 +43,7 @@ from system.swaglog import SWAGLOG_DIR, cloudlog
from system.version import get_commit, get_origin, get_short_branch, get_version from system.version import get_commit, get_origin, get_short_branch, get_version
# missing in pysocket # TODO: use socket constant when mypy recognizes this as a valid attribute
TCP_USER_TIMEOUT = 18 TCP_USER_TIMEOUT = 18
ATHENA_HOST = os.getenv('ATHENA_HOST', 'wss://athena.comma.ai') ATHENA_HOST = os.getenv('ATHENA_HOST', 'wss://athena.comma.ai')

Loading…
Cancel
Save