mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-09 02:54:13 +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)
|
irc.error(noLocationError, Raise=True)
|
||||||
if 'Search results for' in text:
|
if 'Search results for' in text:
|
||||||
irc.error('Multiple locations found. Please be more specific.',
|
irc.error('Multiple locations found. Please be more specific.',
|
||||||
raise=True)
|
Raise=True)
|
||||||
location = self._wunderLoc.search(text)
|
location = self._wunderLoc.search(text)
|
||||||
temp = self._wunderFTemp.search(text)
|
temp = self._wunderFTemp.search(text)
|
||||||
convert = self.registryValue('convert', msg.args[0])
|
convert = self.registryValue('convert', msg.args[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user