Property is not callable

LT1AB
Joseph H Kennedy 2019-10-28 14:51:58 -08:00
parent 629f09755b
commit 8042232718
No known key found for this signature in database
GPG Key ID: 175B91504A99C555
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)