mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
athenad: update comment about timeout constant (#29216)
* in socket! https://bugs.python.org/issue26273 * clean up * ignore mypy bug * comment * just comment old-commit-hash: 0f7b775884a85b6831e28bd4f0362ed3874aa67c
This commit is contained in:
@@ -43,7 +43,7 @@ from system.swaglog import SWAGLOG_DIR, cloudlog
|
||||
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
|
||||
|
||||
ATHENA_HOST = os.getenv('ATHENA_HOST', 'wss://athena.comma.ai')
|
||||
|
||||
Reference in New Issue
Block a user