19 lines
337 B
Python
19 lines
337 B
Python
dir_watch = [
|
|
"/srv/ftp/hummingbird",
|
|
"/srv/ftp/ptz",
|
|
"/srv/ftp/railing/",
|
|
"/srv/ftp/sidefeeder",
|
|
"/srv/ftp_tcc/leopards1",
|
|
"/srv/ftp_tcc/leopards2",
|
|
"/srv/ftp/wrenwatch",
|
|
"/srv/ftp/backyard",
|
|
"/srv/ftp/driveway"
|
|
]
|
|
|
|
|
|
dir_watch_missed = [
|
|
"/srv/ftp_tcc/leopards1",
|
|
"/srv/ftp_tcc/leopards2",
|
|
]
|
|
|