NandHyf 1 жил өмнө
parent
commit
87bf9f4851
2 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  1. 1 1
      Controller.py
  2. 3 0
      config.toml

+ 1 - 1
Controller.py

@@ -49,7 +49,7 @@ class Client():
         print(Stateful.matchTomlKey("config.toml", lang, "command-help"))
 
 
-    def handleCommand():
+    def handleCommand(commad):
         pass
 
 

+ 3 - 0
config.toml

@@ -8,6 +8,9 @@ listStyle = "tree"
 # >>>need some guidance here<<<
 EnableGlobalCommand = false
 
+DBType = "sqlite3"
+DBPath = "test.db"
+
 # Choose between: sqlite3/toml/md/csv/mongodb
 # However toml/md/csv/mongodb are not supported in v1.0
 [Database]