Przeglądaj źródła

修复了联动修改导致dbPath的内容错误

nandHyf 1 rok temu
rodzic
commit
c70f7bf69e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      sqlite.py

+ 1 - 1
sqlite.py

@@ -2,7 +2,7 @@ import sqlite3
 import Stateful
 
 deType = "sqlite3"
-dbPath = "d<EV>.db"
+dbPath = "dev.db"
 
 
 def is_exist(tableName, columnName):