mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Do not use the reddit unread API by default
As it does not work unless the bot has gold.
This commit is contained in:
parent
a9c269abcc
commit
cc149c6596
1 changed files with 1 additions and 1 deletions
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue