From ef57800d8f7b17cea30c4bc117fcdede666fc149 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 2 Dec 2020 21:56:22 +0000 Subject: [PATCH] search path --- webapp_hashtagswarm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp_hashtagswarm.py b/webapp_hashtagswarm.py index c51e804b7..083240d09 100644 --- a/webapp_hashtagswarm.py +++ b/webapp_hashtagswarm.py @@ -246,7 +246,8 @@ def htmlSearchHashtagCategory(cssCache: {}, translate: {}, htmlStr = htmlHeaderWithExternalStyle(cssFilename) htmlStr += '
' - htmlStr += '

' + categoryStr + '

' + htmlStr += '

' + htmlStr += categoryStr + '

' hashtagsDict = getHashtagCategories(baseDir, categoryStr) if hashtagsDict: