Skip to content

Commit

Permalink
Merge pull request #95 from tynanford/master
Browse files Browse the repository at this point in the history
Fix missing iocIP parameter in create_properties call
  • Loading branch information
tynanford authored Aug 9, 2024
2 parents d3ae599 + 6498dfd commit d9a474d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/recceiver/cfstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ def ch_create_properties(owner, iocTime, recceiverid, channels_dict, iocs, ch):
return create_properties(owner, iocTime, recceiverid,
iocs[channels_dict[ch[u'name']][-1]]["hostname"],
iocs[channels_dict[ch[u'name']][-1]]["iocname"],
iocs[channels_dict[ch[u'name']][-1]]["iocIP"],
channels_dict[ch[u'name']][-1])


Expand Down

0 comments on commit d9a474d

Please sign in to comment.