mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
🔧 Make PDA run a loop cycle after putting a bullet in the dispenser
This commit is contained in:
parent
0f2986b53b
commit
755157d3a9
1 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,9 @@ class ConsolePDA:
|
|||
log.debug(f"Putting bullet {bullet!r} in dispenser {self.dispenser!r}...")
|
||||
await self.dispenser.put(bullet)
|
||||
|
||||
log.debug("Awaiting another loop cycle")
|
||||
await asyncio.sleep(0)
|
||||
|
||||
|
||||
# Objects exported by this module
|
||||
__all__ = (
|
||||
|
|
Loading…
Reference in a new issue