Skip to content

Commit

Permalink
fix deletedir variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhiggins authored Nov 15, 2016
1 parent a9ad2c0 commit 1bbb1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uTorrentPostProcess.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def _sendRequest(session, host='http://localhost:8080/', username=None, password
settings.output_dir = os.path.join(path, ("%s-convert" % name))
if not os.path.exists(settings.output_dir):
os.mkdir(settings.output_dir)
delete_dir = os.path.join(path, name)
delete_dir = settings.output_dir

converter = MkvtoMp4(settings)

Expand Down

0 comments on commit 1bbb1d7

Please sign in to comment.