djfun / audio-visualizer-python

a little GUI tool to render visualization videos of audio files
Other
242 stars 58 forks source link

Casted slice indices to integer #11

Closed HunterwolfAT closed 7 years ago

HunterwolfAT commented 7 years ago

This is a fix for this error:

TypeError: slice indices must be integers or None or have an __index__ method

which occured with the newest version of Python and the libraries on my Arch setup.