diff options
Diffstat (limited to 'halfnarp2.py')
-rwxr-xr-x | halfnarp2.py | 2 |
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 |