string change

This commit is contained in:
Sanj 2012-09-06 19:21:06 +05:30
parent 11fb39da4a
commit 7b5d3df2db

View File

@ -65,7 +65,7 @@ class App(AppBase):
msg.respond("Sorry, no direct buses found between %s and %s" % (best_match1['properties']['official_name'], best_match2['properties']['official_name'],))
return
routesFound = ", ".join(intersection)
msg.respond("Routes between %s and %s: %s" % (best_match1['properties']['official_name'], best_match2['properties']['official_name'], routesFound,))
msg.respond("%s to %s: %s" % (best_match1['properties']['official_name'], best_match2['properties']['official_name'], routesFound,))
return