dunno wat I changed, pushin' it anyways

This commit is contained in:
cyber-atomus 2016-07-07 14:36:01 +02:00
parent 0308f8bf4f
commit 2da6f352af
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ def aoslos(satname):
losTime=int(lines[-2].split()[0])
if losTime>aosTime:
return (aosTime,losTime)
elif losTime==aosTime:
return (aosTime,losTime)
except Exception:
pass
raise missingSatellitePredictionError()