mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-04-20 17:31:45 -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):
|
||||
return self.reverse_geocode()
|
||||
else:
|
||||
output.speak(u_"Not actionable.",True)
|
||||
output.speak(_(u"Not actionable."), True)
|
||||
buffer.session.sound.play("error.ogg")
|
||||
|
||||
def url(self, *args, **kwargs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user