We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df71ba7 + 86e50a5 commit 87dbb5dCopy full SHA for 87dbb5d
1 file changed
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