diff options
| author | 2016-07-14 00:35:11 +0100 | |
|---|---|---|
| committer | 2016-07-14 00:35:11 +0100 | |
| commit | 57de4f9b44bdf282e8f64783c6501dfef4eecfe0 (patch) | |
| tree | 74cac769776414569345387667a2ea7d281a9399 /modules/tfl.py | |
| parent | fixed duplicate response (diff) | |
| signature | ||
Change tflsearch no result message
Diffstat (limited to 'modules/tfl.py')
| -rw-r--r-- | modules/tfl.py | 2 |
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") |
