This commit is contained in:
spla 2022-08-18 16:22:22 +02:00
pare 40bbd00ebb
commit 5e8e9064bb

Veure arxiu

@ -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: