LiamDowd commited on
Commit
6d614c4
1 Parent(s): bf1193e

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -19,7 +19,7 @@ import spacy
19
  app = Flask(__name__)
20
 
21
  global isServer
22
- isServer = False
23
 
24
  global baseFilePath
25
  global jsonPath
 
19
  app = Flask(__name__)
20
 
21
  global isServer
22
+ isServer = True
23
 
24
  global baseFilePath
25
  global jsonPath