1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 03:24:20 +00:00

🐛 Fix _conv propagation

This commit is contained in:
Steffo 2021-04-17 04:11:40 +02:00
parent 4d446454c0
commit fbf779e718
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -44,7 +44,7 @@ class Router(c.Conversation, metaclass=abc.ABCMeta):
log.debug(f"{pattern.pattern!r}{conv!r}")
self.by_pattern[pattern] = conv
async def run(self, _sentry: s.Sentry, **kwargs) -> None:
async def run(self, _sentry: s.Sentry, _conv: t.ConversationProtocol, **kwargs) -> None:
"""
.. todo:: Document this.
"""