mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
ceaa7f401d
commit
a6e206a8fa
|
@ -2357,9 +2357,12 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
return
|
return
|
||||||
|
|
||||||
searchForEmoji=False
|
searchForEmoji=False
|
||||||
if authorized and self.path.endswith('/searchhandleemoji'):
|
if self.path.endswith('/searchhandleemoji'):
|
||||||
searchForEmoji=True
|
searchForEmoji=True
|
||||||
self.path=self.path.replace('/searchhandleemoji','/searchhandle')
|
self.path=self.path.replace('/searchhandleemoji','/searchhandle')
|
||||||
|
if self.server.debug:
|
||||||
|
print('DEBUG: searching for emoji')
|
||||||
|
print('authorized: '+str(authorized))
|
||||||
|
|
||||||
# a search was made
|
# a search was made
|
||||||
if authorized and \
|
if authorized and \
|
||||||
|
|
Loading…
Reference in New Issue