mirror of https://gitlab.com/bashrc2/epicyon
Replacement
parent
9b47aee635
commit
f1beb08b89
|
@ -4587,7 +4587,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
length = int(self.headers['Content-length'])
|
length = int(self.headers['Content-length'])
|
||||||
questionParams=self.rfile.read(length).decode('utf-8')
|
questionParams=self.rfile.read(length).decode('utf-8')
|
||||||
questionParams= \
|
questionParams= \
|
||||||
questionParams.replace('+',' ').replace('%40','@').replace('%3A',':').replace('%23','#').replace('%2F','/').strip()
|
questionParams.replace('+',' ').replace('%40','@').replace('%3A',':').replace('%23','#').replace('%2F','#').strip()
|
||||||
# post being voted on
|
# post being voted on
|
||||||
messageId=None
|
messageId=None
|
||||||
if 'messageId=' in questionParams:
|
if 'messageId=' in questionParams:
|
||||||
|
|
Loading…
Reference in New Issue