1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-20 16:54:31 +03:00
This commit is contained in:
A_D 2022-01-27 16:03:03 +02:00
parent 38f35403c9
commit 17c886af84
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -279,13 +279,13 @@ class EDDN:
f'''{name.replace('_', ' ').title():<8}:\t{value}''' for name, value in kwargs.items() f'''{name.replace('_', ' ').title():<8}:\t{value}''' for name, value in kwargs.items()
) )
logger.debug(dedent(f''' logger.debug(dedent(f'''\
{header_msg}: {header_msg}:
Status :\t{response.status_code} Status :\t{response.status_code}
URL :\t{response.url} URL :\t{response.url}
Headers :\t{response.headers} Headers :\t{response.headers}
Content :\t{response.text} Content :\t{response.text}
'''+additional_data)) ''')+additional_data)
def sendreplay(self) -> None: # noqa: CCR001 def sendreplay(self) -> None: # noqa: CCR001
"""Send cached Journal lines to EDDN.""" """Send cached Journal lines to EDDN."""