codebase refactoring

This commit is contained in:
Devaev Maxim
2020-12-06 18:45:10 +03:00
parent b502714281
commit 720baf09b5
55 changed files with 59 additions and 54 deletions

View File

@@ -46,7 +46,7 @@ def main() -> None:
for line in html.split("\n")
)
text = f"{common.C_PREPEND}\n#include \"../../config.h\"\n\n\n"
text = f"{common.C_PREPEND}\n#include \"../../../common/config.h\"\n\n\n"
text += f"const char HTML_{name}_PAGE[] = \" \\\n{html}\n\";\n"
with open(header_path, "w") as header_file: