diff options
-rw-r--r-- | modules/mahou_showtime.py | 2 |
1 files changed, 1 insertions, 1 deletions
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.' |