mirror of https://gitlab.com/bashrc2/epicyon
Missing bracket
parent
e5b988aa3c
commit
52c9ddb367
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue