소스 검색

添加一个灵感

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)