forked from indymedia/epicyon
Don't return
parent
17d78a59f6
commit
da3900c9f1
2
posts.py
2
posts.py
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue