mirror of https://gitlab.com/bashrc2/epicyon
Else
parent
7cf44a1aab
commit
4b25ba81f4
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue