fix: avoid "[PYI-28040:ERROR]" log message when run via pyinstaller

This commit is contained in:
sebthom
2025-04-27 14:34:56 +02:00
parent 7b0774874e
commit 52e1682dba
3 changed files with 19 additions and 6 deletions

View File

@@ -201,6 +201,7 @@ kleinanzeigen_bot/utils/error_handlers.py:
"Aborted on user request.": "Auf Benutzeranfrage abgebrochen."
on_exception:
"%s: %s": "%s: %s"
"Unknown exception occurred (missing exception info): ex_type=%s, ex_value=%s": "Unbekannter Fehler aufgetreten (fehlende Fehlerinformation): ex_type=%s, ex_value=%s"
#################################################
kleinanzeigen_bot/utils/dicts.py: