The index is now built and saved as a json file
This commit is contained in:
+3
-2
@@ -151,8 +151,9 @@ def main(sysArgs):
|
||||
debugGUI = True
|
||||
|
||||
# Set Config Options
|
||||
CONFIG.showGUI = not testMode
|
||||
CONFIG.debugGUI = debugGUI
|
||||
CONFIG.showGUI = not testMode
|
||||
CONFIG.debugGUI = debugGUI
|
||||
CONFIG.debugInfo = debugLevel < logging.INFO
|
||||
|
||||
# Set Logging
|
||||
if showTime: debugStr = timeStr+debugStr
|
||||
|
||||
Reference in New Issue
Block a user