From 7abc31e5a964102f75604f70f75d65211319d9be Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 26 Dec 2020 11:14:26 +0000 Subject: [PATCH] Slashes --- webapp_column_right.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_column_right.py b/webapp_column_right.py index adb15a4d..36e1daad 100644 --- a/webapp_column_right.py +++ b/webapp_column_right.py @@ -203,7 +203,7 @@ def getFavicon(url: str) -> str: return url + '/favicon.ico' else: domain = domain.split('/')[0] - return url.split('://')[0] + domain + '/favicon.ico' + return url.split('://')[0] + '://' + domain + '/favicon.ico' def _htmlNewswire(baseDir: str, newswire: {}, nickname: str, moderator: bool,