Skip to content

Commit ed5c66f

Browse files
authored
Remove Port and Debug mode
1 parent b5f4c66 commit ed5c66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ def update_metadata(user_id):
7474

7575
# Normal launch of Flask application
7676
if __name__ == '__main__':
77-
app.run(port='80',debug=True) # if you want to change port, host.. You can do it this!
77+
app.run() # if you want to change port, host.. You can do it this! - port='80',debug=True

0 commit comments

Comments
 (0)