typo
This commit is contained in:
parent
f4cbe6a114
commit
a0fc6ffadc
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class DataTimeline():
|
|||
|
||||
def get_cut_sequences(stream):
|
||||
timeline = DataTimeline(stream.timeline_prefix)
|
||||
if not time.timeline_width:
|
||||
if not timeline.timeline_width:
|
||||
return {}
|
||||
cuts = list(stream.cuts) + [stream.duration]
|
||||
modes = ['color', 'shape']
|
||||
|
|
Loading…
Reference in a new issue