Noninteractive changes added, first draft getOTPHistory

This commit is contained in:
=
2025-09-09 13:21:08 -04:00
parent 53e60df179
commit 999d1f9d9d
3 changed files with 52 additions and 7 deletions
+2 -2
View File
@@ -24,13 +24,13 @@ import utils.allowlist
def addHash(policy, hash):
def addHash(url, policy, hash):
print(f"Adding the following hashes to {policy}:")
for p in hash:
print(p)
def addPath(policy, hash):
def addPath(url, policy, hash):
print(f"Adding the following Path Exclusions to {policy}:")
for p in hash:
print(p)