From 641eff191cf12096bf4f4f7c6566c1cb6f2d3c12 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 6 Dec 2020 22:35:25 +0000 Subject: [PATCH] Show shares at top of left column --- webapp_column_left.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_column_left.py b/webapp_column_left.py index f6f7f3907..54e7db72d 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -184,7 +184,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, httpPrefix, domainFull, nickname, maxSharesInLeftColumn, translate) if linksList and sharesList: - linksList += sharesList + linksList = sharesList + linksList if linksList: for lineStr in linksList: