1
0
Fork 0
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:
nyaazi 2017-05-29 16:24:45 +03:00
parent bea63315cd
commit 5dc8bdaf74

View file

@ -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