Skip to content

Commit

Permalink
fix indent error
Browse files Browse the repository at this point in the history
  • Loading branch information
wifinigel committed Nov 15, 2021
1 parent 1725b81 commit 89bcb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiperf_poller/exporters/exportresults.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def send_results_to_splunk(self, host, token, port, dict_data, file_logger, sour
splunk_exp_obj=SplunkExporter(host, token, file_logger, port)
return splunk_exp_obj.export_result(dict_data, source)

def send_results_to_influx(self, localhost, host, port, username, password, database, use_ssl, dict_data, source, file_logger):
def send_results_to_influx(self, localhost, host, port, username, password, database, use_ssl, dict_data, source, file_logger):

file_logger.info("Sending results data to Influx host: {}, port: {}, database: {})".format(host, port, database))
if is_ipv6(host): host = "[{}]".format(host)
Expand Down

0 comments on commit 89bcb73

Please sign in to comment.