mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
stations_connected.py : utility script , fixed the command passing
Need to update , there is not help Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -19,8 +19,8 @@ Realm = realm.Realm
|
|||||||
|
|
||||||
class StationsConnected(LFCliBase):
|
class StationsConnected(LFCliBase):
|
||||||
def __init__(self, lfjson_host, lfjson_port):
|
def __init__(self, lfjson_host, lfjson_port):
|
||||||
super().__init__(_lfjson_host=lfjson_host, _lfjson_port=lfjson_port, _debug=False)
|
super().__init__(_lfjson_host=lfjson_host, _lfjson_port=lfjson_port)
|
||||||
self.localrealm = Realm(lfclient_host=lfjson_host, lfclient_port=lfjson_port, debug=False)
|
self.localrealm = Realm(lfclient_host=lfjson_host, lfclient_port=lfjson_port)
|
||||||
self.check_connect()
|
self.check_connect()
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user