We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4762a1f commit 6c0971aCopy full SHA for 6c0971a
1 file changed
query.py
@@ -4,7 +4,7 @@
4
5
def main():
6
m.set_useragent("application", "0.01", "http://example.com")
7
- print m.get_artist_by_id("952a4205-023d-4235-897c-6fdb6f58dfaa", [])
+ print(m.get_artist_by_id("952a4205-023d-4235-897c-6fdb6f58dfaa", []))
8
#print m.get_label_by_id("aab2e720-bdd2-4565-afc2-460743585f16")
9
#print m.get_release_by_id("e94757ff-2655-4690-b369-4012beba6114")
10
#print m.get_release_group_by_id("9377d65d-ffd5-35d6-b64d-43f86ef9188d")
0 commit comments