Skip to content

Commit

Permalink
Typo errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pbranly committed Dec 8, 2022
1 parent 1cc1c47 commit 4551d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/models/influxdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, hostname, port, token, org="myelectricaldata.fr", bucket="mye
])
else:
app.LOG.log([
f" => Aucune retention de données détecté."
f" => Aucune retention de données détectée."
])


Expand All @@ -97,7 +97,7 @@ def connect(self):
"https://github.com/m4dm4rtig4n/enedisgateway2mqtt#configuration-file"
])

app.LOG.log(f" => Methode d'importation : {self.method.upper()}")
app.LOG.log(f" => Méthode d'importation : {self.method.upper()}")
if self.method.upper() == "ASYNCHRONOUS":
app.LOG.warning(" <!> ATTENTION, le mode d'importation \"ASYNCHRONOUS\" est très consommateur de ressources système.")
self.write_api = self.influxdb.write_api(write_options=ASYNCHRONOUS)
Expand Down

0 comments on commit 4551d04

Please sign in to comment.