mirror of https://gitlab.com/bashrc2/epicyon
Line length
parent
f1e2f696e8
commit
4a49ec40e1
|
@ -4596,7 +4596,8 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
if actorJson.get('occupationName'):
|
||||
occupationName = actorJson['occupationName']
|
||||
if fields.get('occupationName'):
|
||||
fields['occupationName'] = removeHtml(fields['occupationName'])
|
||||
fields['occupationName'] = \
|
||||
removeHtml(fields['occupationName'])
|
||||
if occupationName != \
|
||||
fields['occupationName']:
|
||||
actorJson['occupationName'] = \
|
||||
|
|
Loading…
Reference in New Issue