mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-21 01:41:43 -04:00
Fix syntax, indentation.\
This commit is contained in:
parent
878edf96fa
commit
77ffed9bba
@ -1033,7 +1033,7 @@ class Controller(object):
|
|||||||
elif utils.is_geocoded(tweet):
|
elif utils.is_geocoded(tweet):
|
||||||
return self.reverse_geocode()
|
return self.reverse_geocode()
|
||||||
else:
|
else:
|
||||||
output.speak(u_"Not actionable.",True)
|
output.speak(_(u"Not actionable."), True)
|
||||||
buffer.session.sound.play("error.ogg")
|
buffer.session.sound.play("error.ogg")
|
||||||
|
|
||||||
def url(self, *args, **kwargs):
|
def url(self, *args, **kwargs):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user