mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
dd434e0169
commit
14094e3d06
|
@ -2371,7 +2371,8 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
print('DEBUG: replydm path '+self.path)
|
||||
|
||||
# Edit a blog post
|
||||
if authorized and '?editblogpost=' in self.path and \
|
||||
if authorized and \
|
||||
'?editblogpost=' in self.path and \
|
||||
'?actor=' in self.path:
|
||||
messageId=self.path.split('?editblogpost=')[1]
|
||||
if '?' in messageId:
|
||||
|
|
Loading…
Reference in New Issue