🎨 black-ify the code base

This commit is contained in:
neingeist 2026-04-08 23:51:21 +02:00
parent 83e1caf19d
commit d54fd73e53
9 changed files with 126 additions and 19 deletions

View file

@ -18,7 +18,7 @@ site.login(WIKI_USERNAME, WIKI_PASSWORD)
@click.command()
@click.argument('files', nargs=-1)
@click.argument("files", nargs=-1)
def post(files):
if files[0] == "all":
files = []
@ -47,6 +47,7 @@ def post(files):
if __name__ == "__main__":
if WIKI_DEFUSE:
print("Abort, wiki posting defused."); sys.exit(1)
print("Abort, wiki posting defused.")
sys.exit(1)
else:
post()