From bfc64bb460390d4994231757e72ae5b6b6906670 Mon Sep 17 00:00:00 2001 From: Kacper Polczynski <polczynskikf@cardiff.ac.uk> Date: Thu, 9 Jan 2025 01:02:18 +0000 Subject: [PATCH] Update file app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index f125b58..1aea531 100644 --- a/app.py +++ b/app.py @@ -224,5 +224,5 @@ def logout(): if __name__ == '__main__': - port = int(os.eniron.get('PORT', 8080)) + port = int(os.environ.get('PORT', 8080)) app.run(host='0.0.0.0', port=port ,debug=True) \ No newline at end of file -- GitLab