diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-12-08 15:19:46 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-12-29 07:29:15 +0100 |
commit | f2916ba1e749dc3aca47a256e1472e5032e2c9c8 (patch) | |
tree | cdbe61c08aa4761648b03da2db2b11b76eb3127b /rrd/management/commands | |
parent | c9c3ac00c1a27ff4bcdb0733789a94c738c35c93 (diff) |
qa fixes
Diffstat (limited to 'rrd/management/commands')
-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" |