We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6943e commit 913a047Copy full SHA for 913a047
AutoMoveFiles/AutoMoveFiles.py
@@ -1,6 +1,9 @@
1
from watchdog.observers import Observer
2
-import time
3
from watchdog.events import FileSystemEventHandler
+
4
+# pip install watchdog (required)
5
6
+import time
7
import os
8
import json
9
0 commit comments