We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba2a93 commit b55c47eCopy full SHA for b55c47e
examples/asyncio_demo.py
100644
100755
@@ -48,7 +48,7 @@ async def main():
48
bus.shutdown()
49
50
51
-if __name__ == "__main":
+if __name__ == "__main__":
52
try:
53
# Get the default event loop
54
LOOP = asyncio.get_event_loop()
0 commit comments