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