main
Bob Mottram 2023-01-17 10:55:15 +00:00
parent 7cf44a1aab
commit 4b25ba81f4
1 changed files with 1 additions and 1 deletions

View File

@ -1806,7 +1806,7 @@ def _get_content_license(post_json_object: {}) -> str:
continue continue
if item.get('value'): if item.get('value'):
value = item['value'] value = item['value']
if item.get('href'): elif item.get('href'):
value = item['href'] value = item['href']
else: else:
continue continue