main
Bob Mottram 2020-10-25 22:53:25 +00:00
parent e5ec6d4872
commit d8bf3cefbf
1 changed files with 1 additions and 1 deletions

View File

@ -4492,7 +4492,7 @@ class PubServer(BaseHTTPRequestHandler):
"""
optionsStr = path.split('?options=')[1]
originPathStr = path.split('?options=')[0]
if ';' in optionsStr and '/users/news/' not in self.path:
if ';' in optionsStr and '/users/news/' not in path:
pageNumber = 1
optionsList = optionsStr.split(';')
optionsActor = optionsList[0]