1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27:13 +03:00

companion: TODO: store /profile data for use elsewhere

This commit is contained in:
Athanasius 2021-08-17 16:45:07 +01:00
parent e5d200311e
commit 3f817c0fc0
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -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