diff options
Diffstat (limited to 'rrd/management')
-rw-r--r-- | rrd/management/commands/listen_mqtt.py | 1 |
1 files changed, 1 insertions, 0 deletions
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" |