mirror of https://gitlab.com/bashrc2/epicyon
Crawlable flag
parent
9d9b1a2732
commit
8efb5bedd4
6
posts.py
6
posts.py
|
@ -1240,7 +1240,8 @@ def _create_post_s2s(base_dir: str, nickname: str, domain: str, port: int,
|
||||||
'partOf': id_str,
|
'partOf': id_str,
|
||||||
'items': []
|
'items': []
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"crawlable": False
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if attach_image_filename:
|
if attach_image_filename:
|
||||||
|
@ -1312,7 +1313,8 @@ def _create_post_c2s(base_dir: str, nickname: str, domain: str, port: int,
|
||||||
'partOf': id_str,
|
'partOf': id_str,
|
||||||
'items': []
|
'items': []
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"crawlable": False
|
||||||
}
|
}
|
||||||
if attach_image_filename:
|
if attach_image_filename:
|
||||||
new_post = \
|
new_post = \
|
||||||
|
|
Loading…
Reference in New Issue