Skip to content

Commit

Permalink
set port to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
a26796879 committed May 15, 2024
1 parent 2aa4184 commit 89edc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 89edc5e

Please sign in to comment.