change www.wakatime.com to wakatime.com
This commit is contained in:
parent
348bb63aee
commit
dba5615f65
2 changed files with 2 additions and 2 deletions
|
@ -17,4 +17,4 @@ Installation
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
https://www.wakatime.com/
|
https://wakatime.com/
|
||||||
|
|
|
@ -227,7 +227,7 @@ def get_user_agent(plugin):
|
||||||
|
|
||||||
def send_action(project=None, branch=None, stats={}, key=None, targetFile=None,
|
def send_action(project=None, branch=None, stats={}, key=None, targetFile=None,
|
||||||
timestamp=None, isWrite=None, plugin=None, **kwargs):
|
timestamp=None, isWrite=None, plugin=None, **kwargs):
|
||||||
url = 'https://www.wakatime.com/api/v1/actions'
|
url = 'https://wakatime.com/api/v1/actions'
|
||||||
log.debug('Sending action to api at %s' % url)
|
log.debug('Sending action to api at %s' % url)
|
||||||
data = {
|
data = {
|
||||||
'time': timestamp,
|
'time': timestamp,
|
||||||
|
|
Loading…
Reference in a new issue