not swapping time and endtime

This commit is contained in:
Alan Hamlett 2013-07-09 21:17:43 -07:00
parent 0dc38a2cca
commit 4bd6ed9ac4
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