mirror of https://gitlab.com/bashrc2/epicyon
Use variable
parent
68fe0ed4f8
commit
802136dfba
|
@ -4596,7 +4596,7 @@ 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'):
|
||||||
if actorJson['occupationName'] != \
|
if occupationName != \
|
||||||
fields['occupationName']:
|
fields['occupationName']:
|
||||||
actorJson['occupationName'] = \
|
actorJson['occupationName'] = \
|
||||||
fields['occupationName']
|
fields['occupationName']
|
||||||
|
|
Loading…
Reference in New Issue