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:
parent
af28270639
commit
69f50138ef
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ class Dispenser:
|
||||||
with self.sentry() as sentry:
|
with self.sentry() as sentry:
|
||||||
state = conv(_sentry=sentry)
|
state = conv(_sentry=sentry)
|
||||||
|
|
||||||
while True:
|
while state := await state:
|
||||||
state = await state
|
pass
|
||||||
|
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
|
|
Loading…
Reference in a new issue