From 8771182b7fe47f3943107fd720ca7396307623b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 21 Jul 2023 08:56:06 +0200 Subject: [PATCH] Continued: - is a dict, keys total, activeHalfyear, activeMonth and maybe more might be part of it --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 9478369..cee7d22 100755 --- a/daemon.py +++ b/daemon.py @@ -285,7 +285,7 @@ def nodeinfo_1_0(request: Request): ), }, "usage": { - "users": (), + "users": {}, }, "openRegistrations": False, "metadata": { -- 2.39.2