Skip to content

Commit da8f35b

Browse files
committed
Merge branch 'master' of https://toddbirchard@github.com/hackersandslackers/asyncio-tutorial
2 parents cda461d + fd1451d commit da8f35b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

asyncio_tutorial/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99

1010
def init_script():
1111
asyncio.run(intro_tutorial())
12+
LOGGER.info("-------------------------------------------")
1213
asyncio.run(aiohttp_aiofiles_tutorial())

0 commit comments

Comments
 (0)