fix exclude pattern

old-commit-hash: 472442111b6077ff758ad9e46828c7c97925927b
This commit is contained in:
Harald Schafer
2021-07-09 15:50:59 -07:00
parent 8456f1680c
commit 1ab68e18d3
+1 -1
View File
@@ -29,7 +29,7 @@ def upload_route(path):
"--recursive=false",
"--overwrite=false",
"--exclude-pattern=*/dcamera.hevc",
"--exclude-pattern=*/*.mkv",
"--exclude-pattern=*.mkv",
]
subprocess.check_call(cmd)