mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-05 21:28:03 +00:00
Fix influx2.py
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
# Version 2.0 influx DB Client
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
||||
if sys.version_info[0] != 3:
|
||||
print("This script requires Python 3")
|
||||
@@ -23,7 +24,6 @@ import datetime
|
||||
from LANforge.lfcli_base import LFCliBase
|
||||
import time
|
||||
|
||||
|
||||
class RecordInflux(LFCliBase):
|
||||
def __init__(self,
|
||||
_lfjson_host="lanforge",
|
||||
|
||||
Reference in New Issue
Block a user