mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
72d2b94c67
commit
c5731cc052
|
@ -18249,7 +18249,6 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
message_id = self.path.split(';postid=')[1]
|
message_id = self.path.split(';postid=')[1]
|
||||||
if ';' in message_id:
|
if ';' in message_id:
|
||||||
message_id = message_id.split(';')[0]
|
message_id = message_id.split(';')[0]
|
||||||
edit_post_params['postid'] = message_id
|
|
||||||
actor = self.path.split(';actor=')[1]
|
actor = self.path.split(';actor=')[1]
|
||||||
if ';' in actor:
|
if ';' in actor:
|
||||||
actor = actor.split(';')[0]
|
actor = actor.split(';')[0]
|
||||||
|
|
Loading…
Reference in New Issue