Assign variable

main
Bob Mottram 2020-12-20 14:30:43 +00:00
parent 42531e476f
commit beb1442a2d
1 changed files with 1 additions and 0 deletions

View File

@ -5076,6 +5076,7 @@ class PubServer(BaseHTTPRequestHandler):
cookie: str, debug: bool) -> None:
"""Show person options screen
"""
backToPath = ''
optionsStr = path.split('?options=')[1]
originPathStr = path.split('?options=')[0]
if ';' in optionsStr and '/users/news/' not in path: