Don't return

main
Bob Mottram 2020-04-04 11:08:37 +01:00
parent 17d78a59f6
commit da3900c9f1
1 changed files with 1 additions and 1 deletions

View File

@ -1531,7 +1531,7 @@ def sendPostViaServer(projectVersion: str,
if not postResult: if not postResult:
if debug: if debug:
print('DEBUG: Failed to upload image') print('DEBUG: Failed to upload image')
return 9 # return 9
headers = { headers = {
'host': fromDomain, 'host': fromDomain,