From e833a10a42ef6387d59fb8a0a01b5c656376fef3 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 3 Aug 2023 04:24:51 -0700 Subject: [PATCH] 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 --- selfdrive/athena/athenad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/athena/athenad.py b/selfdrive/athena/athenad.py index 35a9eaf192..bce8ad4871 100755 --- a/selfdrive/athena/athenad.py +++ b/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 -# 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')