summaryrefslogtreecommitdiffstats
path: root/bin/gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gen.py')
-rwxr-xr-xbin/gen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/gen.py b/bin/gen.py
index 0ba87f1..feda681 100755
--- a/bin/gen.py
+++ b/bin/gen.py
@@ -7,10 +7,10 @@ import xml.etree.ElementTree as ET
import os.path, errno, sys
# CONFIG
-HTDOCS_DIR="/var/www/comics.spline.de/htdocs"
+HTDOCS_DIR="/home/pberndt/comics/htdocs"
IMAGE_DIR=HTDOCS_DIR + "/imgs/"
TARGET_DIR=HTDOCS_DIR + "/sites/"
-TEMPLATE_DIR="/var/www/comics.spline.de/templates"
+TEMPLATE_DIR="/home/pberndt/comics/templates/"
from jinja2 import Environment, FileSystemLoader
env = Environment(loader=FileSystemLoader(TEMPLATE_DIR), autoescape=True)