copy and paste error
This commit is contained in:
parent
ab4c94e37c
commit
bf281b12e1
@ -33,7 +33,7 @@ class MyHTTPClient:
|
|||||||
toReturn = []
|
toReturn = []
|
||||||
for individualResult in fromOtherThread:
|
for individualResult in fromOtherThread:
|
||||||
if individualResult.error != None and individualResult.error != "":
|
if individualResult.error != None and individualResult.error != "":
|
||||||
current_app.logger.error(fromOtherThread.error)
|
current_app.logger.error(individualResult.error)
|
||||||
toReturn.append(individualResult.http_result)
|
toReturn.append(individualResult.http_result)
|
||||||
|
|
||||||
return toReturn
|
return toReturn
|
||||||
|
Loading…
Reference in New Issue
Block a user