Corect code style for main Python module. #2

Merged
mike merged 17 commits from bignose/ejabberd-auth-mastodon:wip/maintenance/code-style into master 2023-01-01 21:50:41 +11:00
Showing only changes of commit 6a4de62467 - Show all commits

View file

@ -172,7 +172,7 @@ while True:
ejab_request = ejabberd_in().split(':', 3)
except EOFError:
break
except Exception as e:
except Exception:
logging.exception("Exception occured while reading stdin")
raise