From bbee90f0411386e72ea89e1ee82ad25bbac387c5 Mon Sep 17 00:00:00 2001 From: urlbot Date: Sat, 6 Dec 2014 10:19:30 +0100 Subject: [PATCH] parse_debbug: add calculated URL to title --- plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.py b/plugins.py index 9dbb11b..697a828 100644 --- a/plugins.py +++ b/plugins.py @@ -63,7 +63,7 @@ def parse_debbug(args): status, title = extract_title(url) if 0 == status: - title = 'Debian Bug: ' + title + title = 'Debian Bug: %s: %s' % (title, url) elif 3 == status: pass else: