* [Update] 修改发送command日志

* [Update] 修复用户树显示资产数量不对的bug
This commit is contained in:
老广
2019-09-25 16:31:58 +08:00
committed by GitHub
parent 9f56ac8a21
commit 118fc8c42f
7 changed files with 19 additions and 8 deletions

View File

@@ -225,4 +225,4 @@ class lazyproperty:
else:
value = self.func(instance)
setattr(instance, self.func.__name__, value)
return value
return value