From f2916ba1e749dc3aca47a256e1472e5032e2c9c8 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 8 Dec 2023 15:19:46 +0100 Subject: qa fixes --- rrd/management/commands/listen_mqtt.py | 1 + 1 file changed, 1 insertion(+) (limited to 'rrd/management') diff --git a/rrd/management/commands/listen_mqtt.py b/rrd/management/commands/listen_mqtt.py index 758a4f2..3f0ff4e 100644 --- a/rrd/management/commands/listen_mqtt.py +++ b/rrd/management/commands/listen_mqtt.py @@ -2,6 +2,7 @@ from django.core.management.base import BaseCommand import rrd.mqtt + class Command(BaseCommand): help = "Listen to mqtt events and update rrd files and graphs" -- cgit v1.2.3