mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	Fixed the influx_utils import in sta_connect2.py
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
This commit is contained in:
		| @@ -24,7 +24,7 @@ lfcli_base = importlib.import_module("py-json.LANforge.lfcli_base") | ||||
| LFCliBase = lfcli_base.LFCliBase | ||||
| realm = importlib.import_module("py-json.realm") | ||||
| Realm = realm.Realm | ||||
| influx = importlib.import_module("py-scripts.influx") | ||||
| influx = importlib.import_module("py-scripts.influx_utils") | ||||
| RecordInflux = influx.RecordInflux | ||||
|  | ||||
| OPEN = "open" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 shivamcandela
					shivamcandela