mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
remove lev_str, sim_str from visible output
This commit is contained in:
@@ -155,7 +155,7 @@ def extract_url(data):
|
||||
obj['sim'].append((sim_sum, sim_len_title, sim_len_url, title, url))
|
||||
conf_save(obj)
|
||||
|
||||
message = lev_str + sim_str + 'Title: %s: %s' %(title, url)
|
||||
message = 'Title: %s: %s' %(title, url)
|
||||
elif 1 == status:
|
||||
if conf('image_preview'):
|
||||
# of course it's fake, but it looks interesting at least
|
||||
|
||||
Reference in New Issue
Block a user