1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +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

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