fixed quotes

This commit is contained in:
2024-06-28 21:43:31 +02:00
parent 7fd39abcce
commit 63e8253d6a

View File

@@ -108,7 +108,7 @@ def listfolder(folder: str, title: str):
if foldername == "":
parent = None
else:
parent = f"{args.webroot}{urllib.parse.quote(foldername.removesuffix(folder.split('/')[-1] + "/"))}"
parent = f"{args.webroot}{urllib.parse.quote(foldername.removesuffix(folder.split('/')[-1] + '/'))}"
if args.license:
_license = {
"project": args.title,