Advertisement
Guest User

Untitled

a guest
Oct 6th, 2020
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. # does this work?
  2.  
  3. async def test_watchdog(path):
  4.     async for item in __watchdog(path):
  5.         print(item)
  6.  
  7. asyncio.run(test_watchdog("some path"))
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement