Browse Source

running the application from port 5001 now

master
manetta 4 years ago
parent
commit
0b76ffb150
  1. 3
      start.py

3
start.py

@ -7,7 +7,6 @@ from werkzeug.utils import secure_filename
from functions import *
import readings
# import create_index
import tfidf
from flaskext.markdown import Markdown
@ -145,4 +144,4 @@ def textscanresults(word_type, word):
if __name__ == '__main__':
APP.debug=True
APP.run(port=5000)
APP.run(port=5001)
Loading…
Cancel
Save