aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-12 19:18:20 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-12 19:18:20 +0200
commit70d5bf5170ff47cee66e4c59e5ee588193543787 (patch)
tree5c3721beb97f7999d4669d50c0eefead51a99dbb /conf.py
parentTrying the export to HTML option on Heroku (3). (diff)
downloadnewspipe-70d5bf5170ff47cee66e4c59e5ee588193543787.tar.gz
newspipe-70d5bf5170ff47cee66e4c59e5ee588193543787.tar.bz2
newspipe-70d5bf5170ff47cee66e4c59e5ee588193543787.zip
Trying the export to HTML option on Heroku (4).
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