mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
Oops, typo.
This commit is contained in:
parent
820c6e8e29
commit
2e8bd9a012
@ -380,7 +380,7 @@ class Weather(callbacks.Privmsg):
|
||||
irc.error(noLocationError, Raise=True)
|
||||
if 'Search results for' in text:
|
||||
irc.error('Multiple locations found. Please be more specific.',
|
||||
raise=True)
|
||||
Raise=True)
|
||||
location = self._wunderLoc.search(text)
|
||||
temp = self._wunderFTemp.search(text)
|
||||
convert = self.registryValue('convert', msg.args[0])
|
||||
|
Loading…
Reference in New Issue
Block a user