From 20477ef2b2b27734296e1f94408474e979ad0372 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 21 Jul 2021 14:43:04 +0100 Subject: [PATCH] Comment --- webapp_search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp_search.py b/webapp_search.py index dd27c29a7..f0d2df47a 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -644,6 +644,7 @@ def htmlHashtagSearch(cssCache: {}, allowLocalNetworkAccess: bool, themeName: str, systemLanguage: str) -> str: """Show a page containing search results for a hashtag + or after selecting a hashtag from the swarm """ if hashtag.startswith('#'): hashtag = hashtag[1:]