Update database.py

This commit is contained in:
Jing Ling
2020-05-11 20:21:27 +08:00
committed by GitHub
parent 823b50aa63
commit 8acae6c5d6
+1 -1
View File
@@ -147,7 +147,7 @@ class Database(object):
"""
Clear the table
:param str table_name: 表名
:param str table_name: table name
"""
table_name = table_name.replace('.', '_')
logger.log('TRACE', f'Clearing data in table {table_name}')