removed forceful api key prompt

This commit is contained in:
Alan Hamlett 2013-07-10 19:12:16 -07:00
parent fba78fe523
commit 1485e6f427
1 changed files with 1 additions and 1 deletions

View File

@ -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')