From 57de4f9b44bdf282e8f64783c6501dfef4eecfe0 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Thu, 14 Jul 2016 00:35:11 +0100 Subject: [PATCH] Change tflsearch no result message --- modules/tfl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tfl.py b/modules/tfl.py index 7572d1ba..0123014f 100644 --- a/modules/tfl.py +++ b/modules/tfl.py @@ -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")