Category "watchdog"

TypeError: cannot pickle '_thread.lock' object , EOFError: Ran out of input

Trying to use multiprocessing for running a watchdog for folder as a seperate process. The watchdog should start running as a seperate process so that other fun

How to get return value from eventhandler of watchdog

I am trying to extract file name using watchdog if there is a newly added txt file in a certain folder destination. When there is a new txt file, it triggers on