try to make auto archive upload

This commit is contained in:
2021-04-05 00:37:03 +03:00
parent fcb892f39f
commit 9b08b0694e
5 changed files with 31 additions and 4 deletions

View File

@ -52,7 +52,7 @@ class WebClient(Client):
:param exception: exception raised
:return: text of the response if it is not None and empty string otherwise
"""
result: str = exception.response.text if exception.response is not None else ''
result: str = exception.response.text if exception.response is not None else ""
return result
def _ahriman_url(self) -> str: