mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 22:06:55 +02:00
For the green
This commit is contained in:
parent
bea63315cd
commit
5dc8bdaf74
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue