From 046673e90a91577be52794735af5349424f15e72 Mon Sep 17 00:00:00 2001 From: MADindustries Date: Fri, 7 Jul 2017 20:57:51 -0700 Subject: [PATCH] Updates the source string to 'RED' --- what_transcode/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/what_transcode/utils.py b/what_transcode/utils.py index 5854f34..8a82483 100644 --- a/what_transcode/utils.py +++ b/what_transcode/utils.py @@ -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)