Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesremuscat committed Feb 10, 2021
1 parent 2b1d247 commit a6fc0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avx/devices/net/atem/receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def _generate_synthetic_tally(self):
if me_index in self._state['program']:
pgm_source = self._state['program'][me_index]
this_me['pgm'].append(pgm_source)
if prv_source == VideoSource.SUPER_SOURCE:
if pgm_source == VideoSource.SUPER_SOURCE:
this_me['pgm'].extend(self._get_supersource_sources())

# We also need to consider the upstream keyers...
Expand Down

0 comments on commit a6fc0c9

Please sign in to comment.