1
0
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:
urlbot
2014-12-06 10:19:30 +01:00
parent 413e13824d
commit bbee90f041

View File

@@ -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: