From 35861ed5bf39158254d3e86cc1308c4f00d40c7d Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 19 Nov 2010 15:02:28 +0100 Subject: mahou_showtime: Changed 'at' to 'on' before airtime. --- modules/mahou_showtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/mahou_showtime.py b/modules/mahou_showtime.py index e4deefa..184b9f0 100644 --- a/modules/mahou_showtime.py +++ b/modules/mahou_showtime.py @@ -40,7 +40,7 @@ class Module: channel = tds[3].contents[0] airtime = tds[5].contents[0] eta = tds[6].contents[0].strip() - s = '%s airs on %s at %s (eta: %s)' % (title, channel, airtime, eta) + s = '%s airs on %s on %s (eta: %s)' % (title, channel, airtime, eta) return s.encode('utf8') return 'No match found.' -- cgit v1.2.3