Skip to content

Commit

Permalink
remove overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmechtel committed Aug 20, 2024
1 parent dcf7793 commit 6554778
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bioimageio_colab/register_sam_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ async def register_service(args: dict) -> None:
# remove the user id from the storage
# returns True if the user was removed successfully
"remove_user_id": remove_user_id, # TODO: add a timeout to remove a user after a certain time
},
overwrite=True,
}
)
sid = service_info["id"]
assert sid == f"{args.workspace_name}/{args.client_id}:{args.service_id}"
Expand Down

0 comments on commit 6554778

Please sign in to comment.