aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/tfl.py2
1 files changed, 1 insertions, 1 deletions
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")