Skip to content

Commit

Permalink
fix consumer.py #268
Browse files Browse the repository at this point in the history
  • Loading branch information
deichmab-draeger committed Oct 4, 2023
1 parent 1a148d9 commit 399d696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/consumer/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def set_ensemble_context(mdib: ConsumerMdib, sdc_consumer: SdcConsumer) -> None:
print("Got a match: {}".format(one_service))
# now create a new SDCClient (=Consumer) that can be used
# for all interactions with the communication partner
my_client = SdcConsumer.from_wsd_service(one_service, ssl_context=None)
my_client = SdcConsumer.from_wsd_service(one_service, ssl_context_container=None)
# start all services on the client to make sure we get updates
my_client.start_all()
# all data interactions happen through the MDIB (MedicalDeviceInformationBase)
Expand Down

0 comments on commit 399d696

Please sign in to comment.