summaryrefslogtreecommitdiff
path: root/modules/main_generate.py
diff options
context:
space:
mode:
authorBotond Hende <contact@wazul.moe>2026-05-06 21:30:21 +0200
committerBotond Hende <contact@wazul.moe>2026-05-06 21:30:21 +0200
commit426f312bfea41d06280e15614d64480710a3fdf0 (patch)
tree1b80d1bf2534ee9a0ed59e92b1026fae0b60c938 /modules/main_generate.py
parent32021aacb4213de765130914b06c66b587170d91 (diff)
wallpaper on root domain
Diffstat (limited to 'modules/main_generate.py')
-rw-r--r--modules/main_generate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/main_generate.py b/modules/main_generate.py
index f8aae67..550c77c 100644
--- a/modules/main_generate.py
+++ b/modules/main_generate.py
@@ -27,4 +27,4 @@ def generate(jinja_env: jinja2.Environment, output_root_path: str, local: bool):
with open(os.path.join(output_root_path, "index.html"), "w") as f:
f.write(root_template.render({"url" : Config.MAIN_ROOT_URL}))
- shutil.copytree(Config.CODENAMES_ASSETS_SOURCE_DIR, output_root_path + Config.ASSETS_IMPORT_PATH) \ No newline at end of file
+ shutil.copytree(Config.MAIN_ASSETS_SOURCE_DIR, output_root_path + Config.ASSETS_IMPORT_PATH) \ No newline at end of file