mirror of
https://github.com/simon987/nyaa.git
synced 2025-04-19 18:26:43 +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…
x
Reference in New Issue
Block a user