mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 14:25:45 +00:00
add type to mod/plug stats
This commit is contained in:
parent
c80c9227d5
commit
869bc141de
2 changed files with 4 additions and 2 deletions
|
|
@ -75,7 +75,8 @@ class Module:
|
|||
"""!Returns statistical information's from last module run
|
||||
|
||||
@return Statistics as pyton dict"""
|
||||
stats = {"runCount": self._runCount,
|
||||
stats = {"type": "plugin",
|
||||
"runCount": self._runCount,
|
||||
"cumTime": self._cumTime,
|
||||
"moduleTime": self._moduleTime,
|
||||
"moduleErrorCount": self._moduleErrorCount}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue