From 34fc31e8fa5934b34458df96b9b13969e37a00cc Mon Sep 17 00:00:00 2001
From: Emantor <phoenix@emantor.de>
Date: Sun, 15 Jun 2014 22:43:34 +0200
Subject: [PATCH] Add more subreddits

---
 python/reddit.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/python/reddit.py b/python/reddit.py
index a24b4c5..5317d3c 100755
--- a/python/reddit.py
+++ b/python/reddit.py
@@ -35,6 +35,9 @@ reddit = ["opensource"
          ,"hackerspaces"
          ,"shittyaskscience"
          ,"showerthoughts"
+         ,"explainlikeimcalvin"
+         ,"nosleep"
+         ,"pettyrevenge"
          ,"all"]
 
 while True:
-- 
GitLab