annotate musixmatch.py @ 5:840a4c453edc

wav -> fft -> wav
author emmanouilb <emmanouil.benetos.1@city.ac.uk>
date Sat, 20 Apr 2013 14:04:20 +0100
parents e0a7176da80a
children 8c29444cb5fd
rev   line source
yading@2 1 import musixmatch
yading@2 2
yading@2 3 try:
yading@2 4 chart = musixmatch.ws.track.chart.get(country='it', apikey=apikey)
yading@2 5 except musixmatch.api.Error, e:
yading@2 6 pass