pull/236/head
Apex Liu 2019-12-17 01:18:49 +08:00
parent 6279ec73f3
commit 2217aab770
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class TPDatabase:
self.place_holder = '?'
self.sqlite_file = db_file
self._table_prefix = tp_cfg().database.db_prefix
self._table_prefix = tp_cfg().database.mysql_prefix
self._conn_pool = TPSqlitePool(db_file)
if not os.path.exists(db_file):