瀏覽代碼

添加一个灵感

nandHyf 1 年之前
父節點
當前提交
ce3b668a1b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Controller.py

+ 2 - 0
Controller.py

@@ -41,6 +41,8 @@ class Client():
             app_commands = input(currentPath + "/: ", ).split(" ")
             # Input exception check
             
+            # [todo 1]
+            # 直接在这check一下length
             # Add DBType && Path
             app_commands.append(dbPath)
             app_commands.append(dbType)