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
1 changed files with 1 additions and 1 deletions

View File

@ -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': {