🧐 add WIKI_DEFUSE config to defuse wiki posting for now

This commit is contained in:
neingeist 2026-04-08 23:42:34 +02:00
parent d01775a70f
commit 94ac72c87e
2 changed files with 6 additions and 1 deletions

View file

@ -46,4 +46,7 @@ def post(files):
if __name__ == "__main__":
post()
if WIKI_DEFUSE:
print("Abort, wiki posting defused."); sys.exit(1)
else:
post()