Skip to content

Commit

Permalink
Send uints to the search request
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Feb 21, 2024
1 parent c514245 commit f57b037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acoustid/fpstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def search(
request_body = {
"fingerprint": {
"version": 1,
"hashes": query,
"hashes": [h & 0xFFFFFFFF for h in query],
},
"limit": limit,
"fast_mode": fast_mode,
Expand Down

0 comments on commit f57b037

Please sign in to comment.