mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
removed forceful api key prompt
This commit is contained in:
parent
fba78fe523
commit
1485e6f427
@ -36,7 +36,7 @@ if isfile(expanduser('~/.wakatime')):
|
||||
|
||||
|
||||
# Create config file if it does not already exist
|
||||
if not isfile(expanduser('~/.wakatime.conf')) or True:
|
||||
if not isfile(expanduser('~/.wakatime.conf')):
|
||||
def got_key(text):
|
||||
if text:
|
||||
cfg = open(expanduser('~/.wakatime.conf'), 'w')
|
||||
|
Loading…
Reference in New Issue
Block a user