Comment 59 for bug 821233

Revision history for this message
Peter Veerman (pveerman) wrote :

@felixfurtak: you can fix the woeid-patch.diff yourself as following:

@line 38
- if (yahoo_woeid_result['ResultSet']['Error'] != 0) and (yahoo_woeid_result['ResultSet']['Results'] != None):
Must become:
- if (yahoo_woeid_result['ResultSet']['Error'] != '0') and (yahoo_woeid_result['ResultSet']['Results'] != None):