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,