Skip to content

Commit

Permalink
#194 Savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jan 29, 2025
1 parent 1964e0c commit ee80476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ and access it using the `senzing_grpc` Python package.

```python
import grpc
from senzing_grpc import SzAbstractFactory
sz_abstract_factory = SzAbstractFactory(grpc_channel=grpc.insecure_channel("localhost:8261"))
from senzing_grpc import SzAbstractFactoryGrpc
sz_abstract_factory = SzAbstractFactoryGrpc(grpc_channel=grpc.insecure_channel("localhost:8261"))
sz_product = sz_abstract_factory.create_product()
print(sz_product.get_version())
```
Expand Down

0 comments on commit ee80476

Please sign in to comment.