From da3900c9f134535c74232b73ccb69d3c9f9e5364 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 4 Apr 2020 11:08:37 +0100 Subject: [PATCH] Don't return --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 219920c8..e40ca37e 100644 --- a/posts.py +++ b/posts.py @@ -1531,7 +1531,7 @@ def sendPostViaServer(projectVersion: str, if not postResult: if debug: print('DEBUG: Failed to upload image') - return 9 +# return 9 headers = { 'host': fromDomain,