We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bca9f6 commit f732c16Copy full SHA for f732c16
upload/upload.py
@@ -44,7 +44,7 @@ def upload():
44
numberOfFiles = 0
45
for file in files:
46
numberOfFiles += 1
47
- cmd = "/home/pi/trailcam/thirdparty/Dropbox-Uploader/dropbox_uploader.sh upload -s " + \
+ cmd = "/home/pi/trailcam/thirdparty/Dropbox-Uploader/dropbox_uploader.sh upload " + \
48
"/home/pi/trailcam/tmp/" + str(file) + " /" + directory
49
with open(os.devnull, 'w') as fp:
50
p = subprocess.Popen(cmd, shell = True, stdout = fp)
0 commit comments