We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cda461d + fd1451d commit da8f35bCopy full SHA for da8f35b
1 file changed
asyncio_tutorial/__init__.py
@@ -9,4 +9,5 @@
9
10
def init_script():
11
asyncio.run(intro_tutorial())
12
+ LOGGER.info("-------------------------------------------")
13
asyncio.run(aiohttp_aiofiles_tutorial())
0 commit comments