Initial pass on python 3 port
Given the imminent end-of-life for Python 2, I didn't bother making the codebase compatible with both. Signed-off-by: Drew DeVault <sir@cmpwn.com>
This commit is contained in:
@@ -2,4 +2,4 @@ import accuraterip
|
||||
|
||||
|
||||
def accuraterip_checksum(f, track_number, total_tracks):
|
||||
return accuraterip.compute(f.encode('utf-8'), track_number, total_tracks)
|
||||
return accuraterip.compute(f, track_number, total_tracks)
|
||||
|
||||
Reference in New Issue
Block a user