diff --git a/server/python/plugin-remote.py b/server/python/plugin-remote.py index dcdd7a368..07e607297 100644 --- a/server/python/plugin-remote.py +++ b/server/python/plugin-remote.py @@ -490,7 +490,7 @@ async def async_main(loop: AbstractEventLoop): heapTotal = 0 stats = { 'type': 'stats', - 'cpuUsage': { + 'cpu': { 'user': ptime, 'system': 0, },