fix TMDB_API_DOMAIN

This commit is contained in:
thsrite
2023-08-11 12:18:09 +08:00
parent 052bfc901e
commit 59b4eb53de
3 changed files with 2 additions and 3 deletions

View File

@ -46,6 +46,6 @@ class PluginDataOper(DbOper):
def truncate(self):
"""
清空转移记录
清空插件数据
"""
PluginData.truncate(self._db)