From 426f312bfea41d06280e15614d64480710a3fdf0 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 6 May 2026 21:30:21 +0200 Subject: wallpaper on root domain --- modules/main_generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.3