forked from luna/vim-rana-local
update rana-cli package
This commit is contained in:
parent
605e6096fb
commit
b7112ff3ae
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ except ImportError: # pragma: nocover
|
|||
|
||||
|
||||
def _make_url(configs, path):
|
||||
base_url = configs.get('settings', 'base_url') or 'https://api.wakatime.com'
|
||||
base_url = configs.get('settings', 'base_url', fallback=None) or 'https://api.wakatime.com'
|
||||
return '%s%s' % (base_url, path)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue