From cc149c65965bc8a37fe384eafba12cfa96e95e5a Mon Sep 17 00:00:00 2001 From: moneromooo Date: Sun, 15 Feb 2015 16:41:59 +0000 Subject: [PATCH] Do not use the reddit unread API by default As it does not work unless the bot has gold. --- tipbot/config.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tipbot/config.py.example b/tipbot/config.py.example index b635526..0336dad 100644 --- a/tipbot/config.py.example +++ b/tipbot/config.py.example @@ -59,7 +59,7 @@ network_config = { 'user_agent': tipbot_name, 'update_period': 35, 'load_limit': 100, - 'use_unread_api': True, + 'use_unread_api': False, 'cache_timeout': 30, }, 'twitter': {