tweak imports

This commit is contained in:
Trent Palmer 2021-02-04 09:41:13 -08:00
parent aaf275b8d1
commit 14294c361b
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
from logging import Handler
from os import popen
from mysite.settings import LOGGING_XMPP_CONFIG
from django.conf import settings
LOGGING_XMPP_CONFIG = settings.LOGGING_XMPP_CONFIG
class SENDXMPPHandler(Handler):