upgraded wakatime.py

This commit is contained in:
Alan Hamlett 2013-07-09 21:18:04 -07:00
parent 56c2b365b1
commit 300c2117a2
1 changed files with 0 additions and 4 deletions

View File

@ -97,10 +97,6 @@ def parseArguments():
args.key = default_key
else:
parser.error('Missing api key')
if args.endtime and args.endtime < args.timestamp:
tmp = args.timestamp
args.timestamp = args.endtime
args.endtime = tmp
return args