view musixmatch.py @ 4:aeccfa83c7a4

Merge
author Katerina <katkost@gmail.com>
date Sat, 20 Apr 2013 13:03:57 +0100
parents e0a7176da80a
children 8c29444cb5fd
line wrap: on
line source
import musixmatch 

try:
	chart = musixmatch.ws.track.chart.get(country='it', apikey=apikey)
except musixmatch.api.Error, e:
	pass