修复reason记录问题

This commit is contained in:
Jing Ling
2020-01-08 23:00:39 +08:00
parent 3220b363bf
commit 9386643c5d
3 changed files with 14 additions and 12 deletions
+4
View File
@@ -282,3 +282,7 @@ def export_all(format, datas):
def get_timestamp():
return int(time.time())
def get_classname(clsobj):
return clsobj.__class__.__name__