mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
修复reason记录问题
This commit is contained in:
@@ -282,3 +282,7 @@ def export_all(format, datas):
|
||||
|
||||
def get_timestamp():
|
||||
return int(time.time())
|
||||
|
||||
|
||||
def get_classname(clsobj):
|
||||
return clsobj.__class__.__name__
|
||||
|
||||
Reference in New Issue
Block a user