removed forceful api key prompt
This commit is contained in:
parent
fba78fe523
commit
1485e6f427
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if isfile(expanduser('~/.wakatime')):
|
||||||
|
|
||||||
|
|
||||||
# Create config file if it does not already exist
|
# 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):
|
def got_key(text):
|
||||||
if text:
|
if text:
|
||||||
cfg = open(expanduser('~/.wakatime.conf'), 'w')
|
cfg = open(expanduser('~/.wakatime.conf'), 'w')
|
||||||
|
|
Loading…
Reference in a new issue