diff --git a/modules/Weather.py b/modules/Weather.py index c8cb233..da8008f 100644 --- a/modules/Weather.py +++ b/modules/Weather.py @@ -232,7 +232,7 @@ class Weather(Module): # ok, try to see if the ambiguous results stuff will help self.log.debug("potentially ambiguous results, checking") try: - results = condition_data['response']['results'] + results = forecast_data['response']['results'] reply = "Multiple results, try one of the following zmw codes:" for res in results[:-1]: q = res['l'].strip('/q/')