diff --git a/daemon.py b/daemon.py index d47349ecc..c33bb3934 100644 --- a/daemon.py +++ b/daemon.py @@ -2365,7 +2365,7 @@ class PubServer(BaseHTTPRequestHandler): print('authorized: '+str(authorized)) # a search was made - if authorized and \ + if (authorized or searchForEmoji) and \ (self.path.endswith('/searchhandle') or '/searchhandle?page=' in self.path): # get the page number pageNumber=1