python is not javascript. okay?

This commit is contained in:
Sanj 2012-10-05 19:55:44 +05:30
parent 79e484f89d
commit 0e47b90a6b

View File

@ -84,7 +84,7 @@ class App(AppBase):
origin_area, dest_area = PUNCT.sub('', origin['area']), PUNCT.sub('', dest['area']) origin_area, dest_area = PUNCT.sub('', origin['area']), PUNCT.sub('', dest['area'])
url = "http://chalobest.in" + detail['route']['url'] url = "http://chalobest.in" + detail['route']['url']
if detail.headway: if detail.headway:
headway = "Frequency: " + detail.headway + " mins" headway = "Frequency: " + detail['headway'] + " mins"
else: else:
headway = "Route currently not running." headway = "Route currently not running."
response = "%s: %s (%s) to %s (%s). %s. %s" % ( response = "%s: %s (%s) to %s (%s). %s. %s" % (