From 89edc5e77355441d0c3656428cba3b438bd45c02 Mon Sep 17 00:00:00 2001 From: a26796879 Date: Thu, 16 May 2024 04:51:52 +0800 Subject: [PATCH] set port to 80 --- src/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.py b/src/app.py index 8111a8a..84df241 100644 --- a/src/app.py +++ b/src/app.py @@ -44,4 +44,4 @@ def get_lyric(singer, song): if __name__ == '__main__': app.debug = True - app.run(host='0.0.0.0', port=5000) + app.run(host='0.0.0.0', port=80)