Fixed TimedTimelapse

Fixed access of interval attribute
master
Gina Häußge 2013-03-11 09:39:54 +01:00
parent 1ebc0c0ce9
commit b23098a265
1 changed files with 1 additions and 1 deletions

View File

@ -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()