Skip to content

Commit

Permalink
asds
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterjx9 committed Sep 13, 2022
1 parent d89d3e0 commit cd5c681
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from flask import Flask, render_template, request, session, flash, redirect, url_for
import os
os.environ.get("PORT")
print(os.environ["PORT"])
# from flask_wtf import FlaskForm
# from wtforms import StringField, SubmitField
# from wtforms.validators import DataRequired
Expand Down Expand Up @@ -120,7 +122,7 @@ def hello():
# return iplookupregion



print(os.environ.get("PORT"))
if __name__ == "__main__":
app.run(host="0.0.0.0", port=os.environ.get("PORT"), threaded=True)

0 comments on commit cd5c681

Please sign in to comment.