mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
correct csv file naming in csv_to_influx.py
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ class CSVtoInflux():
|
||||
target_csv=None,
|
||||
sep='\t'):
|
||||
self.influxdb = influxdb
|
||||
self.target_csv = target_csv.replace('/home/lanforge/html-reports/', '')
|
||||
self.target_csv = target_csv
|
||||
self.influx_tag = _influx_tag
|
||||
self.sep = sep
|
||||
|
||||
|
||||
Reference in New Issue
Block a user