Skip to content

Commit 5c9e0f3

Browse files
Update utils.py
1 parent d51ded7 commit 5c9e0f3

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

weallcode_robot/utils.py

+16-16
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
"hoot": "WAC-9717",
2323
"jolt": "WAC-A466",
2424
"noot": "WAC-EC1C",
25-
"oink": "",
26-
"pew": "",
27-
"ping": "",
28-
"pong": "",
29-
"pop": "",
30-
"pow": "",
31-
"purr": "",
32-
"quark": "",
33-
"ring": "",
34-
"roar": "",
35-
"sigh": "",
36-
"snip": "",
37-
"sput": "",
38-
"swsh": "",
39-
"tape": "",
25+
"oink": "WAC-7236",
26+
"pew": "WAC-2C37",
27+
"ping": "WAC-9F29",
28+
"pong": "WAC-C9B9",
29+
"pop": "WAC-E5C",
30+
"pow": "WAC-5F6",
31+
"purr": "WAC-F8D0",
32+
"quark": "WAC-B45E",
33+
"ring": "WAC-60F4",
34+
"roar": "WAC-6BE7",
35+
"sigh": "WAC-CE8B",
36+
"snip": "WAC-2E11",
37+
"sput": "WAC-D6A0",
38+
"swsh": "WAC-383E",
39+
"tape": "WAC-FCBA",
4040
"thud": "",
4141
"thum": "",
4242
"tik": "",
@@ -111,4 +111,4 @@ async def copy_asyncio_queue(original_queue: asyncio.Queue) -> asyncio.Queue:
111111
async def empty_asyncio_queue(queue: asyncio.Queue):
112112
while not queue.empty():
113113
await queue.get()
114-
queue.task_done()
114+
queue.task_done()

0 commit comments

Comments
 (0)