Variable name

main
Bob Mottram 2020-02-21 12:48:08 +00:00
parent 39c6c42549
commit 6da0060f6c
1 changed files with 1 additions and 1 deletions

View File

@ -3779,7 +3779,7 @@ class PubServer(BaseHTTPRequestHandler):
newPostThreadName=None
if '/users/' in path:
newPostThreadName=path.split('/users/')[1]
if '/' in nickname:
if '/' in newPostThreadName:
newPostThreadName=newPostThreadName.split('/')[0]
if not newPostThreadName:
newPostThreadName='*'