aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 01483f10..2c54ae91 100644
--- a/conf.py
+++ b/conf.py
@@ -45,7 +45,7 @@ if not ON_HEROKU:
basedir = os.path.abspath(os.path.dirname(__file__))
PATH = os.path.abspath(".")
- WEBZINE_ROOT = PATH + "/pyaggr3g470r/var/export/webzine/"
+ WEBZINE_ROOT = PATH + "/pyaggr3g470r/var/export/"
else:
HTTP_PROXY = ""
bgstack15