create scripts print when they are finished

This commit is contained in:
Matthew Stidham
2021-02-10 13:25:41 -08:00
parent 35270eb0ae
commit f7162411e6
11 changed files with 458 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ class CreateVAP(Realm):
self.vap_profile.dhcp = self.dhcp
if self.debug:
print("----- VAP List ----- ----- ----- ----- ----- ----- \n")
pprint.pprint(self.sta_list)
pprint.pprint(self.vap_list)
print("---- ~VAP List ----- ----- ----- ----- ----- ----- \n")