mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
change www.wakatime.com to wakatime.com
This commit is contained in:
@@ -11,4 +11,4 @@ Go to http://wakatime.com to install the plugin for your text editor.
|
||||
Installation
|
||||
------------
|
||||
|
||||
https://www.wakatime.com/help/plugins/installing-plugins
|
||||
https://wakatime.com/help/plugins/installing-plugins
|
||||
|
||||
@@ -227,7 +227,7 @@ def get_user_agent(plugin):
|
||||
|
||||
def send_action(project=None, branch=None, stats={}, key=None, targetFile=None,
|
||||
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)
|
||||
data = {
|
||||
'time': timestamp,
|
||||
|
||||
Reference in New Issue
Block a user