diff --git a/render.py b/render.py index 9b66d43..96c8d15 100755 --- a/render.py +++ b/render.py @@ -6,7 +6,7 @@ import stat import shutil TEMPLATE_PATH = "templates" -PUBLIC_PATH = "public" +PUBLIC_PATH = "/var/www/reudnetz.org/" files = os.path.join(PUBLIC_PATH, "files") style = os.path.join(PUBLIC_PATH, "style")