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