mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 05:50:16 +02:00
Added exception importing to catch custom exceptions from openfire-restapi package
This commit is contained in:
parent
9b2934ae7a
commit
307d577acf
@ -7,6 +7,7 @@ from django.contrib.auth.models import Group
|
|||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
import threading
|
import threading
|
||||||
from ofrestapi.users import Users as ofUsers
|
from ofrestapi.users import Users as ofUsers
|
||||||
|
from ofrestapi import exception
|
||||||
|
|
||||||
|
|
||||||
class OpenfireManager:
|
class OpenfireManager:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user