Indentation

main
Bob Mottram 2020-02-25 09:34:45 +00:00
parent e36b6a8646
commit 372d9c3328
1 changed files with 43 additions and 43 deletions

View File

@ -995,8 +995,8 @@ class PubServer(BaseHTTPRequestHandler):
self._benchmarkGETtimings(GETstartTime,GETtimings,8) self._benchmarkGETtimings(GETstartTime,GETtimings,8)
# show the person options screen with view/follow/block/report
if htmlGET and '/users/' in self.path: if htmlGET and '/users/' in self.path:
# show the person options screen with view/follow/block/report
if '?options=' in self.path: if '?options=' in self.path:
optionsStr=self.path.split('?options=')[1] optionsStr=self.path.split('?options=')[1]
originPathStr=self.path.split('?options=')[0] originPathStr=self.path.split('?options=')[0]