Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # does this work?
- async def test_watchdog(path):
- async for item in __watchdog(path):
- print(item)
- asyncio.run(test_watchdog("some path"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement