Ver Fonte

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

nandHyf há 1 ano atrás
pai
commit
c70f7bf69e
1 ficheiros alterados com 1 adições e 1 exclusões
  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):