Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evenisse committed Dec 10, 2022
1 parent 1cc1c47 commit 1a28a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/export_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self, usage_point_id, measurement_direction="consumption"):
self.date_format = "%Y-%m-%d"

def status(self):
app.LOG.title(f"[{self.usage_point_id}] Status du compte.")
app.LOG.title(f"[{self.usage_point_id}] Statut du compte.")
usage_point_id_config = app.DB.get_usage_point(self.usage_point_id)
# consentement_expiration_date = usage_point_id_config.consentement_expiration.strftime("%Y-%m-%d %H:%M:%S")
consentement_expiration = {
Expand Down Expand Up @@ -374,4 +374,4 @@ def detail_linear(self, price_hp, price_hc=0):
idx = idx + 1
app.LOG.log(" => Finish")
else:
app.LOG.log(" => No data")
app.LOG.log(" => No data")

0 comments on commit 1a28a20

Please sign in to comment.