worldveil / dejavu

Audio fingerprinting and recognition in Python
MIT License
6.36k stars 1.43k forks source link

Replace deprecated boolean subtraction operator #193

Closed WillPastor closed 5 years ago

WillPastor commented 5 years ago

Fixes #192 by changing deprecated boolean subtraction operator ( minus sign, '-' ) to '^'.

WillPastor commented 5 years ago

Mistakenly typed 109 instead of #192 . I'm not sure if anything needs to be corrected still, but I'm new to Github and want to learn, if a correction is needed.

worldveil commented 5 years ago

good find!