Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
added source flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ApexWeed committed Nov 21, 2017
1 parent 4f28ac7 commit 5e2b7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def make_torrent(input_dir, output_dir, tracker, passkey):
'tracker' : tracker,
'passkey' : passkey,
}
command = ["mktorrent", "-p", "-a", tracker_url, "-o", torrent, input_dir]
command = ["mktorrent", "-p", "-s", "APL", "-a", tracker_url, "-o", torrent, input_dir]
subprocess.check_output(command, stderr=subprocess.STDOUT)
return torrent

Expand Down

0 comments on commit 5e2b7e1

Please sign in to comment.