mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-27 12:44:19 +01:00
Remove some tabs.
This commit is contained in:
parent
65b139dda9
commit
75d529872a
@ -132,9 +132,9 @@ class Bugzilla(callbacks.PrivmsgCommandAndRegexp, configurable.Mixin):
|
|||||||
query.append('priority=%s' % k.upper())
|
query.append('priority=%s' % k.upper())
|
||||||
elif k in severityKeys:
|
elif k in severityKeys:
|
||||||
query.append('bug_severity=%s' % k.upper())
|
query.append('bug_severity=%s' % k.upper())
|
||||||
|
|
||||||
query.append('ctype=csv')
|
query.append('ctype=csv')
|
||||||
return query
|
return query
|
||||||
|
|
||||||
def die(self):
|
def die(self):
|
||||||
self.db.close()
|
self.db.close()
|
||||||
configurable.Mixin.die(self)
|
configurable.Mixin.die(self)
|
||||||
|
@ -135,7 +135,7 @@ class Weather(callbacks.Privmsg):
|
|||||||
'pass=&dpp=&forecast=zandh&config=&' \
|
'pass=&dpp=&forecast=zandh&config=&' \
|
||||||
'place=%s&state=&country=%s' % (city, state)
|
'place=%s&state=&country=%s' % (city, state)
|
||||||
html = webutils.getUrl(url)
|
html = webutils.getUrl(url)
|
||||||
if 'was not found' in html:
|
if 'was not found' in html: # Still.
|
||||||
irc.error('No such location could be found.')
|
irc.error('No such location could be found.')
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user