From 3f817c0fc0b4ccdb0dd05c5654bfb19f6edc7f58 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 17 Aug 2021 16:45:07 +0100 Subject: [PATCH] companion: TODO: store /profile data for use elsewhere --- companion.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/companion.py b/companion.py index fe500abe..a9d57753 100644 --- a/companion.py +++ b/companion.py @@ -697,6 +697,8 @@ class Session(object): '%Y-%m-%dT%H:%M:%SZ', parsedate(r.headers['Date']) # type: ignore ) + # TODO: Store a copy of this if it was /profile, e.g. for use by + # stats.py return capi_data def capi_station_queries(timeout: int = capi_default_timeout) -> CAPIData: # noqa: CCR001