mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 09:36:24 +01:00
Added exception importing to catch custom exceptions from openfire-restapi package
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user