We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 652ca16 + 5833b0d commit ffc3a15Copy full SHA for ffc3a15
src/models/jobs.py
@@ -521,7 +521,7 @@ def export_influxdb(self):
521
detail = "Import des données vers InfluxDB"
522
usage_point_id = self.usage_point_config.usage_point_id
523
title(f"[{usage_point_id}] {detail}")
524
- if APP_CONFIG.mqtt.enable:
+ if APP_CONFIG.influxdb.enable:
525
ExportInfluxDB(usage_point_id)
526
else:
527
title("Désactivé dans la configuration (Exemple: https://tinyurl.com/2kbd62s9)")
0 commit comments