mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
e36b6a8646
commit
372d9c3328
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue