cisco_wifi_ctl.py : bug fix for create wlan

This commit is contained in:
Chuck SmileyRekiere
2020-11-12 12:27:23 -07:00
parent cab9056c5f
commit 1be0f13e5e

View File

@@ -1154,7 +1154,7 @@ def main():
if (args.action == "create_wlan" and ((args.wlanID is None) or (args.wlan is None))):
raise Exception("wlan and wlanID is required an")
if (args.action == "wlan"):
if (args.action == "create_wlan"):
if args.series == "9800":
egg.sendline("config t")
sleep(0.4)