Skip to content

Commit

Permalink
Merge pull request #196 from pbranly/patch-9
Browse files Browse the repository at this point in the history
Typo errors
  • Loading branch information
m4dm4rtig4n committed Dec 11, 2022
2 parents 5541d75 + 4551d04 commit be78fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/influxdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 be78fca

Please sign in to comment.