mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-20 16:54:31 +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()
|
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."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user