Fix dvd rip, gcd is now part of math

master
Jonathan Hodgson 3 years ago
parent aa807c8bad
commit a01eaad4d0
  1. 2
      bin/.bin/dvdrip

@ -131,7 +131,7 @@ import time
from pprint import pprint
from collections import namedtuple
from fractions import gcd
from math import gcd
class UserError(Exception):

Loading…
Cancel
Save