summaryrefslogtreecommitdiff
path: root/halfnarp2.py
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2025-01-06 03:57:34 +0100
committererdgeist <erdgeist@erdgeist.org>2025-01-06 03:57:34 +0100
commit89f1f4006662f47186b32a38a5d85de5935512e5 (patch)
tree81e8367280295cb2d853712a0565791a165312a0 /halfnarp2.py
parentd038549d9e01ce37f6decbbf51aa396fc7c57a96 (diff)
Formatted
Diffstat (limited to 'halfnarp2.py')
-rwxr-xr-xhalfnarp2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/halfnarp2.py b/halfnarp2.py
index f13f967..314b1b4 100755
--- a/halfnarp2.py
+++ b/halfnarp2.py
@@ -271,7 +271,7 @@ if __name__ == "__main__":
271 app.config["SECRET_KEY"] = config.get("server-secret", "<YOUR SERVER SECRET HERE>") 271 app.config["SECRET_KEY"] = config.get("server-secret", "<YOUR SERVER SECRET HERE>")
272 272
273 if app.config["SECRET_KEY"] == "<YOUR SERVER SECRET HERE>": 273 if app.config["SECRET_KEY"] == "<YOUR SERVER SECRET HERE>":
274 print ("You must set the server-secret in your config.json") 274 print("You must set the server-secret in your config.json")
275 sys.exit(1) 275 sys.exit(1)
276 276
277 app.jinja_env.trim_blocks = True 277 app.jinja_env.trim_blocks = True