Skip to content

Commit

Permalink
https://github.com/nikssardana/gdriveTorrent/issues/38
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhar1verma committed Oct 10, 2017
1 parent a5e5e92 commit d5f7a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdriveTorrent/downloaded.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def uploadFiles():
f.write(fileName)

#Run gdrive command and upload the file:"./downloads/fileName" to gdrive
script = 'gdrive upload -p 0BxvPH5Yx_NkmRzluTk9sLTlMUXc "%s%s" --recursive'%(path,fileName)
script = 'gdrive upload "%s%s" --recursive'%(path,fileName)
logFile = open('outputGdrive.txt','a')
process = Popen(script, shell = True, stdout=logFile, stderr=logFile)

Expand Down

0 comments on commit d5f7a68

Please sign in to comment.