aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/msg.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/msg.py b/libs/msg.py
index a00dd0c..c55e78d 100644
--- a/libs/msg.py
+++ b/libs/msg.py
@@ -26,6 +26,7 @@ async def publish_announcement(
26 await asyncio.sleep(0.2) 26 await asyncio.sleep(0.2)
27 27
28 yield n 28 yield n
29 await asyncio.sleep(0.2)
29 30
30 31
31async def send_invoice( 32async def send_invoice(
@@ -58,3 +59,4 @@ async def send_invoice(
58 await asyncio.sleep(0.2) 59 await asyncio.sleep(0.2)
59 60
60 yield n 61 yield n
62 await asyncio.sleep(0.2)