Change tflsearch no result message

This commit is contained in:
Evelyn 2016-07-14 00:35:11 +01:00
parent 5f8d51cbf0
commit 57de4f9b44

View file

@ -140,4 +140,4 @@ class Module(object):
results = ["%s (%s): %s" % (stop["name"], ", ".join(stop["modes"]), stop["id"]) for stop in stop_search["matches"]]
event["stdout"].write("; ".join(results))
else:
event["stderr"].write("Stop not found")
event["stderr"].write("No results")