# HG changeset patch # User Katerina # Date 1366459437 -3600 # Node ID aeccfa83c7a4278ef82a610986da8732d2a2338f # Parent 1c0f36c348d4063d31b6d55748c680e932b17691# Parent e0a7176da80a8946299ae8a9b627aa2522d32a29 Merge diff -r 1c0f36c348d4 -r aeccfa83c7a4 musixmatch.py --- /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