forked from luna/vim-rana-local
update api url to rana.lavatech.top
This commit is contained in:
parent
13d7f11d80
commit
5b2a737327
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ def send_heartbeats(heartbeats, args, configs, use_ntlm_proxy=False):
|
|||
|
||||
api_url = args.api_url
|
||||
if not api_url:
|
||||
api_url = 'https://rana.discordapp.io/api/v1/users/current/heartbeats.bulk'
|
||||
api_url = 'https://rana.lavatech.top/api/v1/users/current/heartbeats.bulk'
|
||||
log.debug('Sending heartbeats to api at %s' % api_url)
|
||||
timeout = args.timeout
|
||||
if not timeout:
|
||||
|
@ -171,7 +171,7 @@ def get_time_today(args, use_ntlm_proxy=False):
|
|||
fetch summary.
|
||||
"""
|
||||
|
||||
url = 'https://rana.discordapp.io/api/v1/users/current/summaries'
|
||||
url = 'https://rana.lavatech.top/api/v1/users/current/summaries'
|
||||
timeout = args.timeout
|
||||
if not timeout:
|
||||
timeout = 60
|
||||
|
|
Loading…
Reference in a new issue