mirror of https://gitlab.com/bashrc2/epicyon
Variable name
parent
39c6c42549
commit
6da0060f6c
|
@ -3779,7 +3779,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
newPostThreadName=None
|
newPostThreadName=None
|
||||||
if '/users/' in path:
|
if '/users/' in path:
|
||||||
newPostThreadName=path.split('/users/')[1]
|
newPostThreadName=path.split('/users/')[1]
|
||||||
if '/' in nickname:
|
if '/' in newPostThreadName:
|
||||||
newPostThreadName=newPostThreadName.split('/')[0]
|
newPostThreadName=newPostThreadName.split('/')[0]
|
||||||
if not newPostThreadName:
|
if not newPostThreadName:
|
||||||
newPostThreadName='*'
|
newPostThreadName='*'
|
||||||
|
|
Loading…
Reference in New Issue