mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-30 16:08:14 +00:00
Various bugfixes for the Jabber XMPP method
This commit is contained in:
@@ -3,7 +3,7 @@ def get_api(api):
|
||||
try:
|
||||
mod = __import__(api)
|
||||
except ImportError:
|
||||
raise DoesNotExist('Error creating service')
|
||||
raise Exception('Error creating service')
|
||||
|
||||
for i in api.split(".")[1:]:
|
||||
mod = getattr(mod, i)
|
||||
|
||||
Reference in New Issue
Block a user