🧐 add WIKI_DEFUSE config to defuse wiki posting for now
This commit is contained in:
parent
d01775a70f
commit
94ac72c87e
2 changed files with 6 additions and 1 deletions
|
|
@ -46,4 +46,7 @@ def post(files):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
post()
|
||||
if WIKI_DEFUSE:
|
||||
print("Abort, wiki posting defused."); sys.exit(1)
|
||||
else:
|
||||
post()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue