forked from 3wordchant/capsul-flask
		
	copy and paste error
This commit is contained in:
		| @ -33,7 +33,7 @@ class MyHTTPClient: | ||||
|     toReturn = [] | ||||
|     for individualResult in fromOtherThread: | ||||
|       if individualResult.error != None and individualResult.error != "": | ||||
|         current_app.logger.error(fromOtherThread.error) | ||||
|         current_app.logger.error(individualResult.error) | ||||
|       toReturn.append(individualResult.http_result) | ||||
|  | ||||
|     return toReturn | ||||
|  | ||||
		Reference in New Issue
	
	Block a user