Skip to content

Commit 913a047

Browse files
finished the feature
1 parent 9a6943e commit 913a047

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

AutoMoveFiles/AutoMoveFiles.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
from watchdog.observers import Observer
2-
import time
32
from watchdog.events import FileSystemEventHandler
3+
4+
# pip install watchdog (required)
5+
6+
import time
47
import os
58
import json
69

0 commit comments

Comments
 (0)