Merge pull request #163 from Soulter/stat-upload-perf

优化统计记录数据结构
This commit is contained in:
Soulter
2024-05-25 18:28:08 +08:00
committed by GitHub
12 changed files with 98 additions and 32 deletions
+1
View File
@@ -73,6 +73,7 @@ class Command:
else:
raise TypeError("插件返回值格式错误。")
if hit:
plugin.trig()
logger.debug("hit plugin: " + plugin.metadata.plugin_name)
return True, res
except TypeError as e: