fix call of AdopteUnMec.post_mail
This commit is contained in:
parent
bbca6f3f81
commit
9995c34f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesReply, ICapDating, ICapC
|
||||||
|
|
||||||
def post_reply(self, thread_id, reply_id, title, message):
|
def post_reply(self, thread_id, reply_id, title, message):
|
||||||
with self.browser:
|
with self.browser:
|
||||||
self.browser.post(thread_id, message)
|
self.browser.post_mail(thread_id, message)
|
||||||
|
|
||||||
def get_profile(self, _id):
|
def get_profile(self, _id):
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue