From e10a95326b89d24d6f598f3b7dced59150c2fceb Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 21 Jan 2016 19:50:55 +0100 Subject: [PATCH] Shorten prefix for page title retrieval message. --- plomlombot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plomlombot.py b/plomlombot.py index 089fa6f..9da1166 100755 --- a/plomlombot.py +++ b/plomlombot.py @@ -122,7 +122,7 @@ def lineparser_loop(io, nickname): continue title = bs4.BeautifulSoup(r.text).title if title: - notice("PAGE TITLE FOR URL: " + title.string.strip()) + notice("PAGE TITLE: " + title.string.strip()) else: notice("PAGE HAS NO TITLE TAG") -- 2.30.2