de not report spambots :)
This commit is contained in:
parent
e4248c1e39
commit
3a301ed6ec
1 changed files with 2 additions and 1 deletions
|
|
@ -86,7 +86,8 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh
|
||||||
def report_spam(self, id):
|
def report_spam(self, id):
|
||||||
with self.browser:
|
with self.browser:
|
||||||
self.browser.delete_thread(id)
|
self.browser.delete_thread(id)
|
||||||
self.browser.report_fake(id)
|
# Do not report fakes to website, to let them to other guys :)
|
||||||
|
#self.browser.report_fake(id)
|
||||||
|
|
||||||
# ---- ICapDating methods ---------------------
|
# ---- ICapDating methods ---------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue