Skip to content

Commit

Permalink
chore: adjust pollect prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiga1993 committed Aug 1, 2024
1 parent 50bf36c commit 0f01cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pollect/writers/MqttWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def write(self, data: List[ValueSet], source_ref: Optional[Source] = None):
return
for value_set in data:
for value_obj in value_set.values:
path = 'pollect/' + value_set.name
path = value_set.name
if value_obj.name is not None:
path += '/' + value_obj.name
for x in range(len(value_set.labels)):
Expand Down

0 comments on commit 0f01cf1

Please sign in to comment.