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