Scheduler added

This commit is contained in:
=
2025-09-10 11:57:06 -04:00
parent f09bb5ff62
commit b0f4d84e78
11 changed files with 328 additions and 28 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ import utils.allowlist
def addHash(url, policy, hash):
print(f"Adding the following hashes to {policy}:")
print(f"Adding the following: {hash} \n to {policy}:")
for p in hash:
print(p)