mirror of https://gitlab.com/bashrc2/epicyon
Move variable definition
parent
b865d7065c
commit
ceec79afb7
|
@ -666,13 +666,14 @@ def get_shares_collection(actor: str, page_number: int, items_per_page: int,
|
||||||
reciprocal_direction = "provider"
|
reciprocal_direction = "provider"
|
||||||
collection_name = nickname + "'s Wanted Items"
|
collection_name = nickname + "'s Wanted Items"
|
||||||
|
|
||||||
|
om2_link = \
|
||||||
|
"http://www.ontology-of-units-of-measure.org/resource/om-2/"
|
||||||
|
|
||||||
for _, shared_item in shares_json.items():
|
for _, shared_item in shares_json.items():
|
||||||
if not shared_item.get('shareId'):
|
if not shared_item.get('shareId'):
|
||||||
continue
|
continue
|
||||||
share_id = shared_item['shareId'].replace('___', '://')
|
share_id = shared_item['shareId'].replace('___', '://')
|
||||||
share_id = share_id.replace('--', '/')
|
share_id = share_id.replace('--', '/')
|
||||||
om2_link = \
|
|
||||||
"http://www.ontology-of-units-of-measure.org/resource/om-2/"
|
|
||||||
offer_item = {
|
offer_item = {
|
||||||
"@context": [
|
"@context": [
|
||||||
"https://www.w3.org/ns/activitystreams",
|
"https://www.w3.org/ns/activitystreams",
|
||||||
|
|
Loading…
Reference in New Issue