cleanup source

This commit is contained in:
2020-06-09 19:47:47 +02:00
parent 5a59ab69b9
commit 2c1d5c17e0
2 changed files with 4 additions and 5 deletions

View File

@@ -105,7 +105,6 @@ def main():
if "global" not in config:
config["global"] = {}
if args.debug:
loglevel = logging.DEBUG
else: