Use config file and/or command line parameters
At the minimum, command line parameters could be used
As a step toward this, I intend to convert the module to an installable program. That is, instead of pointing directly to the Python…
Corect code style for main Python module.
bignose
created branch wip/maintenance/code-style in bignose/ejabberd-auth-mastodon
2022-12-19 09:54:37 +11:00
bignose
pushed to wip/maintenance/code-style at bignose/ejabberd-auth-mastodon
2022-12-19 09:54:37 +11:00
2a7e4fcd6e
Remove a statement using a name that is never defined in scope.
1ad357ba4a
Specify the ‘Exception’ catch-all exception class, not a bare ‘except’.
6a4de62467
Remove an assignment to an unused name.
7118641d78
Use identity operators for comparison to None singleton.
4bed400c7d
Use equality operator for comparison to integer value.