mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
Update database.py
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@ class Database(object):
|
|||||||
"""
|
"""
|
||||||
Clear the table
|
Clear the table
|
||||||
|
|
||||||
:param str table_name: 表名
|
:param str table_name: table name
|
||||||
"""
|
"""
|
||||||
table_name = table_name.replace('.', '_')
|
table_name = table_name.replace('.', '_')
|
||||||
logger.log('TRACE', f'Clearing data in table {table_name}')
|
logger.log('TRACE', f'Clearing data in table {table_name}')
|
||||||
|
|||||||
Reference in New Issue
Block a user