Merge pull request #71 from jhkennedy/property-fix

Orbit.minTime property is not callable
LT1AB
piyushrpt 2019-10-28 18:57:49 -07:00 committed by GitHub
commit 535a6da6e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1061,7 +1061,7 @@ class Orbit(Component):
###This wont break the old interface but could cause
###issues at midnight crossing
if reference is None:
reference = self.minTime()
reference = self.minTime
refEpoch = reference.replace(hour=0, minute=0, second=0, microsecond=0)