aboutsummaryrefslogtreecommitdiff
path: root/source/conf.py
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2013-01-14 17:56:08 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2013-01-14 17:56:08 +0100
commitdd68d444bca59b7349dbcdce6d8695614f0a72e7 (patch)
tree359be14be58c2444284d20b94835d4e9600f2a42 /source/conf.py
parentUpdated README: contact link. (diff)
downloadnewspipe-dd68d444bca59b7349dbcdce6d8695614f0a72e7.tar.gz
newspipe-dd68d444bca59b7349dbcdce6d8695614f0a72e7.tar.bz2
newspipe-dd68d444bca59b7349dbcdce6d8695614f0a72e7.zip
The path of the feeds list is now set in pyAggr3g470r.cfg.
Diffstat (limited to 'source/conf.py')
-rw-r--r--source/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/conf.py b/source/conf.py
index f5b5a054..e89f0090 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -50,3 +50,4 @@ username = config.get('mail','username')
password = config.get('mail','password')
DIASPORA_POD = config.get('misc', 'diaspora_pod')
+FEED_LIST = config.get('misc', 'feed_list') \ No newline at end of file
bgstack15