Skip to content

Commit 739f3bd

Browse files
more tweaks
1 parent af108e1 commit 739f3bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doggo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ async def loop(dog):
283283
if text:
284284
print("Heard: ", text)
285285
await dog.think(text)
286+
await asyncio.sleep(0.1)
286287

287288

288289
@click.command()

0 commit comments

Comments
 (0)