Property is not callable
parent
629f09755b
commit
8042232718
|
@ -1061,7 +1061,7 @@ class Orbit(Component):
|
||||||
###This wont break the old interface but could cause
|
###This wont break the old interface but could cause
|
||||||
###issues at midnight crossing
|
###issues at midnight crossing
|
||||||
if reference is None:
|
if reference is None:
|
||||||
reference = self.minTime()
|
reference = self.minTime
|
||||||
|
|
||||||
refEpoch = reference.replace(hour=0, minute=0, second=0, microsecond=0)
|
refEpoch = reference.replace(hour=0, minute=0, second=0, microsecond=0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue