1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-18 18:07:37 +03:00

companion: Don't self.capi_response_queue.put() a tuple

This commit is contained in:
Athanasius 2021-08-25 13:49:25 +01:00
parent 6089dc6b0e
commit 7e1e35fd48
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -925,14 +925,12 @@ class Session(object):
except Exception as e:
self.capi_response_queue.put(
(
EDMCCAPIFailedRequest(
message=e.args,
exception=e,
query_time=query.query_time,
play_sound=query.play_sound,
auto_update=query.auto_update
),
)
)