diff --git a/like.py b/like.py index b80463c52..6868ad09a 100644 --- a/like.py +++ b/like.py @@ -206,7 +206,8 @@ def sendLikeViaServer(baseDir: str, session, postResult = postJson(session, newLikeJson, [], inboxUrl, headers, 30, True) if not postResult: - print('WARN: POST announce failed for c2s to ' + inboxUrl) + if debug: + print('WARN: POST announce failed for c2s to ' + inboxUrl) return 5 if debug: