do not report fakes (as 'delete_thread' doesn't work because it will flood admins and we should be discovered)
This commit is contained in:
parent
709afc72f6
commit
775ec96b22
1 changed files with 5 additions and 2 deletions
|
|
@ -89,8 +89,11 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh
|
||||||
return self.create_browser(self.config['username'], self.config['password'])
|
return self.create_browser(self.config['username'], self.config['password'])
|
||||||
|
|
||||||
def report_spam(self, id):
|
def report_spam(self, id):
|
||||||
self.browser.delete_thread(id)
|
# XXX as 'delete_thread' doesn't work (see implementation of this function),
|
||||||
self.browser.report_fake(id)
|
# do not report fake because it will flood admins and we should be discovered.
|
||||||
|
#self.browser.delete_thread(id)
|
||||||
|
#self.browser.report_fake(id)
|
||||||
|
pass
|
||||||
|
|
||||||
def get_status(self):
|
def get_status(self):
|
||||||
with self.browser:
|
with self.browser:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue