From f678dba4e80852b17f3eb9645f2f6419dd6b08d2 Mon Sep 17 00:00:00 2001 From: bashrc Date: Thu, 4 Jun 2026 17:33:13 +0100 Subject: [PATCH] Line length --- src/torrent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/torrent.py b/src/torrent.py index 395c93822..692f20082 100644 --- a/src/torrent.py +++ b/src/torrent.py @@ -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 \ 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 # who is this attributed to ?