mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
fix module stats type name
This commit is contained in:
parent
1776f91c9e
commit
9a33975f52
|
|
@ -75,7 +75,7 @@ class Module:
|
|||
"""!Returns statistical information's from last module run
|
||||
|
||||
@return Statistics as pyton dict"""
|
||||
stats = {"type": "plugin",
|
||||
stats = {"type": "module",
|
||||
"runCount": self._runCount,
|
||||
"cumTime": self._cumTime,
|
||||
"moduleTime": self._moduleTime,
|
||||
|
|
|
|||
Loading…
Reference in a new issue