Update app.py
Browse files
app.py
CHANGED
@@ -209,4 +209,4 @@ def get_lyrics():
|
|
209 |
|
210 |
if __name__ == '__main__':
|
211 |
schedule_music_fetch()
|
212 |
-
app.run(debug=True, host='0.0.0.0', port=
|
|
|
209 |
|
210 |
if __name__ == '__main__':
|
211 |
schedule_music_fetch()
|
212 |
+
app.run(debug=True, host='0.0.0.0', port=7860)
|