Skip to content

Commit e02925b

Browse files
committed
Fixed bug
1 parent ac68ad3 commit e02925b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ def tallyWatch(atem):
671671
return
672672
pgm = 0
673673
try:
674-
tally = atem.state['tally'][index]
674+
tally = atem.state['tally_by_index'][index]
675675
except KeyError:
676676
return
677677
tally['trn'] = False

0 commit comments

Comments
 (0)