Missing bracket

master
Bob Mottram 2019-08-19 21:02:26 +01:00
parent e5b988aa3c
commit 52c9ddb367
1 changed files with 1 additions and 1 deletions

View File

@ -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')