From 25096a81665435a3a6f630315af9b5fcdb45973a Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Wed, 9 Jun 2010 17:33:35 +0200 Subject: Changed format string used when no air date is found. --- modules/tvrage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tvrage.py b/modules/tvrage.py index 05a5fa0..02675cb 100644 --- a/modules/tvrage.py +++ b/modules/tvrage.py @@ -44,7 +44,7 @@ class Module: data['Next Episode'][2], data['Airtime'][0]) else: - return 'Can''t find airing date for \002%s\002.' % data['Show Name'][0] + return '\002%s\002 does not yet air.' % data['Show Name'][0] # TODO: Fetch this from somewhere user-configurable local_tz = pytz.timezone('Europe/Oslo') -- cgit v1.2.3