Fixed TimedTimelapse
Interval parameter gets now accessed correctly
This commit is contained in:
parent
95d6c18183
commit
09adb8dfda
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,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