oops I was thinking golang dont assign append it returns None
This commit is contained in:
		@ -34,7 +34,7 @@ class MyHTTPClient:
 | 
			
		||||
    for individualResult in fromOtherThread:
 | 
			
		||||
      if individualResult.error != None and individualResult.error != "":
 | 
			
		||||
        current_app.logger.error(fromOtherThread.error)
 | 
			
		||||
      toReturn = toReturn.append(individualResult.http_result)
 | 
			
		||||
      toReturn.append(individualResult.http_result)
 | 
			
		||||
 | 
			
		||||
    return toReturn
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user