Skip to content

Commit

Permalink
style: ✏️ Fixed log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
breadlysm committed May 27, 2021
1 parent bfe5f93 commit 8ab7b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedflux/influx.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def format_data(self, data):

return influx_data

def write(self, data, data_type='Speetest'):
def write(self, data, data_type='Speedtest'):
try:
if self.client.write_points(data):
log.info(F"{data_type} data written successfully")
Expand Down

0 comments on commit 8ab7b91

Please sign in to comment.