We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a5b51 commit ab9e4c9Copy full SHA for ab9e4c9
pytimecode.py
@@ -56,7 +56,7 @@ def total_seconds(self):
56
if self.framerate == '59.94':
57
drop_fix *= 2
58
59
- return (self.hrs * 3600) + (self.mins * 60) + self.secs + (self.frames - drop_fix) / self.int_framerate
+ return (self.hrs * 3600) + (self.mins * 60) + self.secs + (self.frs - drop_fix) / self.int_framerate
60
61
def __lt__(self, other):
62
return self.total_seconds() < other.total_seconds()
0 commit comments