report fakes
This commit is contained in:
parent
22d17a5106
commit
a2108a56ed
2 changed files with 6 additions and 0 deletions
|
|
@ -227,6 +227,9 @@ class AuMBrowser(BaseBrowser):
|
|||
warning('Deblock: %s' % result)
|
||||
return True
|
||||
|
||||
def report_fake(self, id):
|
||||
return self.readurl('http://www.adopteunmec.com/fake.php', 'id=%s' % id)
|
||||
|
||||
@pageaccess
|
||||
def rate(self, id, what, rating):
|
||||
print 'rate "%s"' % id, what, rating
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue