silly error in to handler
This commit is contained in:
parent
27c3f554ce
commit
97b732a5ad
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# vim: ai ts=4 sts=4 et sw=4
|
# vim: ai ts=4 sts=4 et sw=4
|
||||||
|
|
||||||
|
|
||||||
from rapidsms.contrib.handlers.handlers.keyword import KeywordHandler
|
from rapidsms.contrib.handlers.handlers.keyword import KeywordHandler
|
||||||
# from new_best.models import *
|
# from new_best.models import *
|
||||||
import datetime
|
import datetime
|
||||||
|
@ -94,7 +93,7 @@ class FromToHandler(KeywordHandler):
|
||||||
toString = "to %s" % (tos[0][1])
|
toString = "to %s" % (tos[0][1])
|
||||||
else:
|
else:
|
||||||
toString = "to %s" % (getOptions(tos))
|
toString = "to %s" % (getOptions(tos))
|
||||||
toString = "To location not found."
|
# toString = "To location not found."
|
||||||
self.respond(fromString + " " + toString)
|
self.respond(fromString + " " + toString)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user