Line length

merge-requests/30/head
Bob Mottram 2021-05-12 19:37:58 +01:00
parent f1e2f696e8
commit 4a49ec40e1
1 changed files with 2 additions and 1 deletions

View File

@ -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'] = \