Update fetchOrbit.py
parent
b5c1c6420a
commit
41721e3d1d
|
@ -147,7 +147,7 @@ if __name__ == '__main__':
|
||||||
oType = spec[0]
|
oType = spec[0]
|
||||||
|
|
||||||
if oType == 'precise':
|
if oType == 'precise':
|
||||||
end_date = fileTS + datetime.timedelta(days=20)
|
end_date = fileTS + datetime.timedelta(days=19)
|
||||||
elif oType == 'restituted':
|
elif oType == 'restituted':
|
||||||
end_date = fileTS
|
end_date = fileTS
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue