diff --git a/plugins/Weather.py b/plugins/Weather.py index b07ba535a..f436d52b7 100644 --- a/plugins/Weather.py +++ b/plugins/Weather.py @@ -131,7 +131,7 @@ class Weather(callbacks.Privmsg): try: getattr(self, command)(irc, msg, args[:]) self.log.info('%s lookup succeeded.', command) - break + return except NoLocation: self.log.info('%s lookup failed as backup.', command) irc.error('Could not retrieve weather for %s.' %