mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 13:49:59 +00:00
Remove merge conflict indicators
This commit is contained in:
parent
571b7f2930
commit
60b7029fcc
|
@ -268,12 +268,8 @@ class TorrentFileData(object):
|
||||||
|
|
||||||
# https://wiki.theory.org/BitTorrentSpecification#Metainfo_File_Structure
|
# https://wiki.theory.org/BitTorrentSpecification#Metainfo_File_Structure
|
||||||
|
|
||||||
<<<<<<< master
|
|
||||||
def _validate_trackers(torrent_dict, tracker_to_check_for=None):
|
|
||||||
=======
|
|
||||||
|
|
||||||
def _validate_trackers(torrent_dict):
|
def _validate_trackers(torrent_dict, tracker_to_check_for=None):
|
||||||
>>>>>>> PEP8 (a run of lint.sh)
|
|
||||||
announce = torrent_dict.get('announce')
|
announce = torrent_dict.get('announce')
|
||||||
announce_string = _validate_bytes(announce, 'announce', 'utf-8')
|
announce_string = _validate_bytes(announce, 'announce', 'utf-8')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue