forced all filextensions to lower

This commit is contained in:
=
2025-09-15 16:18:22 -04:00
parent d65880135f
commit 1dc6977d57
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -32,7 +32,8 @@ from bson import ObjectId
def addHash(url, policy, hash):
print(f"Adding the following: {hash} \n to {policy}:")
for p in hash:
print(p)
pass
# print(p)
def addPath(url, policy, hash):