1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-26 21:14:19 +00:00

🐛 Fix conversation.run method not ending properly

This commit is contained in:
Steffo 2020-12-28 17:55:20 +01:00
parent af28270639
commit 69f50138ef

View file

@ -52,8 +52,8 @@ class Dispenser:
with self.sentry() as sentry:
state = conv(_sentry=sentry)
while True:
state = await state
while state := await state:
pass
__all__ = (