mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	Removing LFClibase from influx2 script
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		| @@ -146,9 +146,7 @@ python3 csv_to_influx.py --influx_host localhost --influx_org Candela --influx_t | ||||
|  | ||||
|     args = parser.parse_args() | ||||
|  | ||||
|     influxdb = RecordInflux(_lfjson_host=lfjson_host, | ||||
|                             _lfjson_port=lfjson_port, | ||||
|                             _influx_host=args.influx_host, | ||||
|     influxdb = RecordInflux(_influx_host=args.influx_host, | ||||
|                             _influx_port=args.influx_port, | ||||
|                             _influx_org=args.influx_org, | ||||
|                             _influx_token=args.influx_token, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham