mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
parse_debbug: add calculated URL to title
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user