This commit is contained in:
耿伦伦
2021-12-01 15:33:40 +08:00
parent 10f5f445db
commit ecba1fbc31
7 changed files with 44 additions and 4 deletions

View File

@ -39,5 +39,6 @@ class Handler(FileSystemEventHandler):
return None
elif event.event_type == 'created':
print('here')
q.put(event.src_path)