Working preflight

This commit is contained in:
brotoskyj
2025-08-28 12:27:15 -04:00
parent 710382ce61
commit 942efd38e8
3 changed files with 33 additions and 9 deletions
+1 -1
View File
@@ -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