Skip to content

Commit 87dbb5d

Browse files
authored
Merge branch 'develop' into rotating_file_logger
2 parents df71ba7 + 86e50a5 commit 87dbb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/asyncio_demo.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async def main():
4848
bus.shutdown()
4949

5050

51-
if __name__ == "__main":
51+
if __name__ == "__main__":
5252
try:
5353
# Get the default event loop
5454
LOOP = asyncio.get_event_loop()

0 commit comments

Comments
 (0)