Work on fixing bugs and reformat
This commit is contained in:
@@ -7,8 +7,8 @@ from django.conf import settings
|
||||
|
||||
from core.clients import ClientBase, transport
|
||||
from core.messaging import history
|
||||
from core.modules.mixed_protocol import normalize_gateway_event
|
||||
from core.models import PersonIdentifier
|
||||
from core.modules.mixed_protocol import normalize_gateway_event
|
||||
|
||||
|
||||
class GatewayClient(ClientBase):
|
||||
@@ -48,7 +48,9 @@ class GatewayClient(ClientBase):
|
||||
self.log.info("%s gateway disabled by settings", self.service)
|
||||
return
|
||||
if self._task is None:
|
||||
self.log.info("%s gateway client starting (%s)", self.service, self.base_url)
|
||||
self.log.info(
|
||||
"%s gateway client starting (%s)", self.service, self.base_url
|
||||
)
|
||||
self._task = self.loop.create_task(self._poll_loop())
|
||||
|
||||
async def start_typing(self, identifier):
|
||||
|
||||
Reference in New Issue
Block a user