mirror of https://gitlab.com/bashrc2/epicyon
Exit if matched
parent
de8dc91341
commit
d7da2ca6e2
|
@ -3215,6 +3215,7 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
for possEnding in possibleEndings:
|
for possEnding in possibleEndings:
|
||||||
if searchStr.endswith(possEnding):
|
if searchStr.endswith(possEnding):
|
||||||
searchStr = searchStr.replace(possEnding, '')
|
searchStr = searchStr.replace(possEnding, '')
|
||||||
|
break
|
||||||
# your post history search
|
# your post history search
|
||||||
nickname = getNicknameFromActor(actorStr)
|
nickname = getNicknameFromActor(actorStr)
|
||||||
searchStr = searchStr.replace("'", '', 1).strip()
|
searchStr = searchStr.replace("'", '', 1).strip()
|
||||||
|
|
Loading…
Reference in New Issue