mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 09:19:59 +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):
|
||||
return cls.query.filter(cls.torrent_id == id, cls.status == 0).delete()
|
||||
|
||||
|
||||
|
||||
# Actually declare our site-specific classes
|
||||
|
||||
# Torrent
|
||||
|
|
Loading…
Reference in a new issue