# HG changeset patch # User Yading Song # Date 1366459292 -7200 # Node ID e0a7176da80a8946299ae8a9b627aa2522d32a29 # Parent 881c3acf1164262c4f8de82dd2449e46f5a206f2 add YAding's file diff -r 881c3acf1164 -r e0a7176da80a musixmatch.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/musixmatch.py Sat Apr 20 14:01:32 2013 +0200 @@ -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