Skip to content

Commit

Permalink
update python example
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Dec 29, 2024
1 parent 2d387a6 commit 1c4a77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/py/src/data_replication_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ async def main():
src_bucket="my-bucket",
dst_bucket="demo",
dst_host="https://play.reduct.store",
dst_api_token="reductstore",
dst_token="reductstore",
entries=["py-example"],
include={"anomaly": "1"},
when= {"&anomaly": {"$eq": 1}},
)
await client.create_replication("my-replication", replication_settings)

Expand Down

0 comments on commit 1c4a77c

Please sign in to comment.