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