Working preflight
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ def listAllowlists(url):
|
||||
if choice < 38:
|
||||
print(ct.colorText("Please only choose an allowlist designed for this use - '38+'","red"))
|
||||
elif choice >= 38:
|
||||
choice = int(choice) - 1
|
||||
choice = int(choice) - 38
|
||||
return choice, policiesnames
|
||||
#Need else and catch for upper bound
|
||||
|
||||
|
||||
Reference in New Issue
Block a user