mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 02:59:27 +00:00
fixed quotes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user