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