mirror of
https://github.com/greflm13/StaticGalleryBuilder.git
synced 2026-02-05 11:09:26 +00:00
todo
This commit is contained in:
@@ -29,8 +29,12 @@ def listfolder(folder: str):
|
||||
|
||||
|
||||
def main():
|
||||
if not root.endswith("/"):
|
||||
root += "/"
|
||||
if not webroot.endswith("/"):
|
||||
webroot += "/"
|
||||
listfolder(root)
|
||||
|
||||
# @TODO: write actual html files (and css 🙄)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user