From 24084909a4dc63678d5605c485fc3721f2b7b0b8 Mon Sep 17 00:00:00 2001 From: urlbot Date: Thu, 9 Oct 2014 22:07:40 +0200 Subject: [PATCH] remove lev_str, sim_str from visible output --- urlbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urlbot.py b/urlbot.py index e0e391b..13da26d 100755 --- a/urlbot.py +++ b/urlbot.py @@ -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