Do not use the reddit unread API by default

As it does not work unless the bot has gold.
This commit is contained in:
moneromooo 2015-02-15 16:41:59 +00:00
parent a9c269abcc
commit cc149c6596

View file

@ -59,7 +59,7 @@ network_config = {
'user_agent': tipbot_name, 'user_agent': tipbot_name,
'update_period': 35, 'update_period': 35,
'load_limit': 100, 'load_limit': 100,
'use_unread_api': True, 'use_unread_api': False,
'cache_timeout': 30, 'cache_timeout': 30,
}, },
'twitter': { 'twitter': {