Skip to content

Commit

Permalink
Echoprint & PUID support only raises deprecation warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Wieland Hoffmann <[email protected]>
  • Loading branch information
mineo committed Nov 12, 2015
1 parent 1daf4f1 commit afa9784
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions query.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ def main():

m.auth("", "")
#m.submit_barcodes({"e94757ff-2655-4690-b369-4012beba6114": "9421021463277"})
#m.submit_puids({"cb4d4d70-930c-4d1a-a157-776de18be66a":"e94757ff-2655-4690-b369-4012beba6114"})
#m.submit_tags(recording_tags={"cb4d4d70-930c-4d1a-a157-776de18be66a":["these", "are", "my", "tags"]})
#m.submit_tags(artist_tags={"952a4205-023d-4235-897c-6fdb6f58dfaa":["NZ", "twee"]})

#m.submit_ratings(recording_ratings={"cb4d4d70-930c-4d1a-a157-776de18be66a":20})

#print m.get_recordings_by_echoprint("aryw4bx1187b98dde8")
#m.submit_echoprints({"e97f805a-ab48-4c52-855e-07049142113d": "anechoprint1234567"})

if __name__ == "__main__":
Expand Down

0 comments on commit afa9784

Please sign in to comment.