fix module stats type name

This commit is contained in:
Bastian Schroll 2019-10-25 14:32:24 +02:00
parent 1776f91c9e
commit 9a33975f52
No known key found for this signature in database
GPG key ID: 0AE96912A20E9F5F

View file

@ -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,