Fix #1
This commit is contained in:
parent
40bbd00ebb
commit
5e8e9064bb
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Ejabberd:
|
|||
|
||||
def register(self, username, host, user_password):
|
||||
|
||||
account_exists = self.account_exists(username, host)
|
||||
account_exists = self.check_account(username, host)
|
||||
|
||||
if not account_exists:
|
||||
|
||||
|
|
Loading…
Reference in a new issue