mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
fix log
This commit is contained in:
parent
38f35403c9
commit
17c886af84
@ -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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user