Skip to content

Commit d4305f4

Browse files
authored
Update multi_datastream.py
the key for EntityTypes should read "MultiDatastream"
1 parent bf404fe commit d4305f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frost_sta_client/dao/multi_datastream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ def __init__(self, service):
2323
"""
2424
A data access object for operations with the MultiDatastream entity
2525
"""
26-
base.BaseDao.__init__(self, service, EntityTypes["MultiDatastreams"])
26+
base.BaseDao.__init__(self, service, EntityTypes["MultiDatastream"])

0 commit comments

Comments
 (0)