Skip to content

Commit e054223

Browse files
committed
fix: Python 3 compatibility for query.py
1 parent ac81d3a commit e054223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
def main():
66
m.set_useragent("application", "0.01", "http://example.com")
7-
print m.get_artist_by_id("952a4205-023d-4235-897c-6fdb6f58dfaa", [])
7+
print(m.get_artist_by_id("952a4205-023d-4235-897c-6fdb6f58dfaa", []))
88
#print m.get_label_by_id("aab2e720-bdd2-4565-afc2-460743585f16")
99
#print m.get_release_by_id("e94757ff-2655-4690-b369-4012beba6114")
1010
#print m.get_release_group_by_id("9377d65d-ffd5-35d6-b64d-43f86ef9188d")

0 commit comments

Comments
 (0)