Procházet zdrojové kódy

今天就这样吧

NandHyf před 1 rokem
rodič
revize
87bf9f4851
2 změnil soubory, kde provedl 4 přidání a 1 odebrání
  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]