not swapping time and endtime
This commit is contained in:
parent
0dc38a2cca
commit
4bd6ed9ac4
1 changed files with 0 additions and 4 deletions
|
@ -97,10 +97,6 @@ def parseArguments():
|
||||||
args.key = default_key
|
args.key = default_key
|
||||||
else:
|
else:
|
||||||
parser.error('Missing api key')
|
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
|
return args
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue