Changes needed to get the kiosk to run on the rpi.
[kiosk.git] / reddit_renderer.py
index a4050a20f0f47dcd9b2e2ed6ce294c34d2b5411c..74bddaffa1b368e0163232855b400ab08c02be40 100644 (file)
@@ -179,7 +179,7 @@ class showerthoughts_reddit_renderer(reddit_renderer):
         super(showerthoughts_reddit_renderer, self).__init__(
             name_to_timeout_dict,
             ["showerthoughts"],
-            min_votes=350,
+            min_votes=250,
             additional_filters=[
                 showerthoughts_reddit_renderer.dont_tell_me_about_gift_cards
             ],