From 0b76ffb1503d870586ec70858f8b00ca5ce3f441 Mon Sep 17 00:00:00 2001 From: manetta Date: Thu, 27 Feb 2020 13:47:05 +0100 Subject: [PATCH] running the application from port 5001 now --- start.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/start.py b/start.py index 6ca3229..af88b31 100644 --- a/start.py +++ b/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) \ No newline at end of file + APP.run(port=5001) \ No newline at end of file