aboutsummaryrefslogtreecommitdiff
path: root/source/conf.py
diff options
context:
space:
mode:
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