Skip to content

Commit

Permalink
Updates the source string to 'RED'
Browse files Browse the repository at this point in the history
  • Loading branch information
MADindustries authored and MADindustries committed Jul 8, 2017
1 parent f8abb1f commit 046673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion what_transcode/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_info_hash(torrent_path):

def pthify_torrent(torrent_data):
data = bencode.bdecode(torrent_data)
data['info']['source'] = 'PTH'
data['info']['source'] = 'RED'
return bencode.bencode(data)


Expand Down

0 comments on commit 046673e

Please sign in to comment.