Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
10kalden committed Feb 25, 2024
1 parent e65e634 commit 4f1bbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def download_token():
return send_file('output.txt', as_attachment=True)

if __name__ == '__main__':
app.run(debug=os.getenv('FLASK_DEBUG', False))
app.run(host='0.0.0.0', port=8080, debug=os.getenv('FLASK_DEBUG', False))

0 comments on commit 4f1bbca

Please sign in to comment.