Fixed TimedTimelapse
Fixed access of interval attribute
This commit is contained in:
parent
1ebc0c0ce9
commit
b23098a265
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ def getTimelapseData():
|
|||
elif lapse is not None and isinstance(lapse, timelapse.TimedTimelapse):
|
||||
type = "timed"
|
||||
additionalConfig = {
|
||||
"interval": lapse.interval
|
||||
"interval": lapse.interval()
|
||||
}
|
||||
|
||||
files = timelapse.getFinishedTimelapses()
|
||||
|
|
|
|||
Loading…
Reference in a new issue