changeset 4:aeccfa83c7a4

Merge
author Katerina <katkost@gmail.com>
date Sat, 20 Apr 2013 13:03:57 +0100
parents 1c0f36c348d4 (current diff) e0a7176da80a (diff)
children 840a4c453edc
files
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/musixmatch.py	Sat Apr 20 13:03:57 2013 +0100
@@ -0,0 +1,6 @@
+import musixmatch 
+
+try:
+	chart = musixmatch.ws.track.chart.get(country='it', apikey=apikey)
+except musixmatch.api.Error, e:
+	pass
\ No newline at end of file