From 52c9ddb36798e2d5305723c7bdf2e804ecfe2a60 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 19 Aug 2019 21:02:26 +0100 Subject: [PATCH] Missing bracket --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index a5fd725d..67afb681 100644 --- a/daemon.py +++ b/daemon.py @@ -2357,7 +2357,7 @@ class PubServer(BaseHTTPRequestHandler): return searchForEmoji=False - if authorized and self.path.endswith('/searchhandleemoji': + if authorized and self.path.endswith('/searchhandleemoji'): searchForEmoji=True self.path=self.path.replace('/searchhandleemoji','/searchhandle')