From 5e8e9064bb4d0109ad58c0aa863c820517001e85 Mon Sep 17 00:00:00 2001 From: spla Date: Thu, 18 Aug 2022 16:22:22 +0200 Subject: [PATCH] Fix #1 --- ejabberdapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ejabberdapi.py b/ejabberdapi.py index 6763555..269d496 100644 --- a/ejabberdapi.py +++ b/ejabberdapi.py @@ -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: