1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

CAPI: Store request retrying in companion.session.retrying

The code was already referencing the latter, just we weren't setting it
from the request yet.
This commit is contained in:
Athanasius 2021-08-25 14:47:15 +01:00
parent 05a95fbac4
commit 2065721dd9
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -903,6 +903,7 @@ class Session(object):
break
logger.trace_if('capi.worker', f'Processing query: {query.endpoint}')
self.retrying = query.retrying
capi_data: CAPIData
if query.endpoint == self._CAPI_PATH_STATION:
try: