aboutsummaryrefslogtreecommitdiffstats
path: root/cleanup.py
Commit message (Collapse)AuthorAgeFilesLines
* fix datetime in cleanup.pyGeno2020-12-191-3/+17
|
* exception handlinggenofire2020-07-191-3/+3
|
* flake8 fixupnico2020-06-291-3/+3
| | | | | | | | | * fix trailing/ leading whitespaces * fix None comparison to use is + add noqa ignore statements for the influx escape replacements + add noqa ignore statements around the bare excepts TODO: This is only a temporary fix for most of the bare excepts, we need further specify those.
* black reformatnico2020-06-291-17/+19
| | | | * black reformatted the code
* pep8 and friendsnico2020-06-171-2/+2
| | | | | | | | * add default logging NullHandler * fix indentation mismatch * rename control to calls to better point out its purpose * rename class to EjabberdApiCalls to better point out it purpose * changed get_nodes to an internal support method
* syntax and pep8nico2020-06-101-4/+4
| | | | what have I become - a pep8 monster
* add cleanup.pygenofire2020-06-101-0/+83