Skip to content

Commit

Permalink
specified port to use on localhost, to allow tunnelling
Browse files Browse the repository at this point in the history
  • Loading branch information
cemaccam committed Jul 14, 2023
1 parent e3504be commit 688f626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. module:: app
:platform: Unix
:synopsis: Main flask app
.. moduleauther: Dan Ellis & Helen Burns @ CEMAC (UoL)
.. moduleauthor: Dan Ellis & Helen Burns @ CEMAC (UoL)
.. description: This module was developed by CEMAC as part of the CSSP Brazil
Project. This Script is the main flask application file.
:copyright: © 2022 University of Leeds.
Expand Down Expand Up @@ -514,4 +514,4 @@ def data_get(upload_id):
print('to upload files navigate to http://127.0.0.1:57263/upload')
# lets run this on localhost port 4000
# socketio.run(app,host='129.11.78.152',port=57263,debug=True)#,threaded=True)
app.run()
app.run(port=4000)

0 comments on commit 688f626

Please sign in to comment.