mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 14:40:00 +00:00
For the green
This commit is contained in:
parent
bea63315cd
commit
5dc8bdaf74
|
@ -638,7 +638,7 @@ class ReportBase(DeclarativeHelperBase):
|
||||||
def remove_reviewed(cls, id):
|
def remove_reviewed(cls, id):
|
||||||
return cls.query.filter(cls.torrent_id == id, cls.status == 0).delete()
|
return cls.query.filter(cls.torrent_id == id, cls.status == 0).delete()
|
||||||
|
|
||||||
|
|
||||||
# Actually declare our site-specific classes
|
# Actually declare our site-specific classes
|
||||||
|
|
||||||
# Torrent
|
# Torrent
|
||||||
|
|
Loading…
Reference in a new issue