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:
parent
e5d200311e
commit
3f817c0fc0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user