Remove map media post ID
This commit is contained in:
parent
940c626bbe
commit
ee17ec7a55
1 changed files with 1 additions and 1 deletions
2
scl.py
2
scl.py
|
@ -311,7 +311,7 @@ Cause: {}
|
|||
)
|
||||
post_id = post_result["id"]
|
||||
|
||||
return {"post_id": post_id, "map_media_post_id": map_media_post_id}
|
||||
return {"post_id": post_id, "map_media_post_id": None}
|
||||
|
||||
|
||||
class Base(DeclarativeBase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue