mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-11-14 06:39:16 +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
|
||||
|
||||
<<<<<<< master
|
||||
def _validate_trackers(torrent_dict, tracker_to_check_for=None):
|
||||
=======
|
||||
|
||||
def _validate_trackers(torrent_dict):
|
||||
>>>>>>> PEP8 (a run of lint.sh)
|
||||
def _validate_trackers(torrent_dict, tracker_to_check_for=None):
|
||||
announce = torrent_dict.get('announce')
|
||||
announce_string = _validate_bytes(announce, 'announce', 'utf-8')
|
||||
|
||||
|
|
Loading…
Reference in a new issue