diff --git a/pypredict.py b/pypredict.py index 843aea3..270afd0 100755 --- a/pypredict.py +++ b/pypredict.py @@ -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()