Skip to content

Commit

Permalink
Merge pull request #39 from shikhar1verma/master
Browse files Browse the repository at this point in the history
  • Loading branch information
nikssardana authored Oct 13, 2017
2 parents a5e5e92 + d5f7a68 commit 9b42c53
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 9b42c53

Please sign in to comment.