From b4fa30075e5ee4cd4fea6b195e977dfd0b1743a7 Mon Sep 17 00:00:00 2001 From: Harry Hughes <hugheshi@cardiff.ac.uk> Date: Sun, 29 Jan 2023 14:16:00 +0000 Subject: [PATCH] Replace wsgi.py --- wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgi.py b/wsgi.py index 70ba284..0a54e8d 100644 --- a/wsgi.py +++ b/wsgi.py @@ -1,4 +1,4 @@ from blog import app as application if __name__ == '__main__': - app.run(debug=True) + application.run(debug=True) -- GitLab