mirror of https://gitlab.com/bashrc2/epicyon
Line length
parent
48325e7f4f
commit
f678dba4e8
|
|
@ -54,7 +54,8 @@ def convert_torrent_to_note(base_dir: str, nickname: str, domain: str,
|
||||||
|
|
||||||
if not post_json_object.get('infohash_v1') and \
|
if not post_json_object.get('infohash_v1') and \
|
||||||
not post_json_object.get('infohash_v2'):
|
not post_json_object.get('infohash_v2'):
|
||||||
print('REJECT: infohash missing from src.torrent ' + str(post_json_object))
|
print('REJECT: infohash missing from src.torrent ' +
|
||||||
|
str(post_json_object))
|
||||||
return None
|
return None
|
||||||
|
|
||||||
# who is this attributed to ?
|
# who is this attributed to ?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue