Reduced the index to a single dictionary

This commit is contained in:
Veronica K. B. Olsen
2019-05-28 22:18:37 +02:00
parent 8d871c0252
commit c273198e75
3 changed files with 57 additions and 35 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class nwFiles():
PROJ_FILE = "nwProject.nwx"
PROJ_DICT = "wordlist.txt"
SESS_INFO = "sessionInfo.log"
INDEX_FILE = "tagsindex.json"
INDEX_FILE = "tagsIndex.json"
# END Class nwFiles