annotate musixmatch.py @ 4:aeccfa83c7a4

Merge
author Katerina <katkost@gmail.com>
date Sat, 20 Apr 2013 13:03:57 +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