pyatem: fix debug name for tally-source
1 files changed, 1 insertions(+), 1 deletions(-) M pyatem/field.py
M pyatem/field.py => pyatem/field.py +1 -1
@@ 627,7 627,7 @@ class TallySourceField(FieldBase): offset += 3 def __repr__(self): - return '<tally-index: num={}, val={}>'.format(self.num, self.tally) + return '<tally-source: num={}, val={}>'.format(self.num, self.tally) class KeyOnAirField(FieldBase):