Skip to content
Snippets Groups Projects
Commit 9c54ae34 authored by ale's avatar ale
Browse files

fix typo

parent 0675b44d
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ class MP3(Base):
@classmethod
def get_with_no_features(cls):
return cls.query.filter((cls.state == cls.READY)
& (cls.has_fingerprint == 0))
& (cls.has_features == 0))
@classmethod
def get_with_bad_metadata(cls):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment