Skip to content

Commit e92b6e6

Browse files
committed
remove dup port
1 parent 23af9d0 commit e92b6e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python-dateutil==2.8.2
3232
python-dotenv==0.21.0
3333
requests>=2.28.2
3434
requests-oauthlib==1.1.0
35-
six==1.13.0
35+
six>1.13.0
3636
urllib3>=1.26.14
3737
virtualenv==20.21.0
3838
virtualenv-clone==0.5.7

run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
app.config['SESSION_TYPE'] = 'filesystem'
1313
sess = Session()
1414
sess.init_app(app)
15-
port = int(os.environ.get("PORT", port))
1615
app.run(host=host, port=port, debug=True)
1716
else:
1817
app.config['SESSION_TYPE'] = 'filesystem'

0 commit comments

Comments
 (0)