Skip to content

Commit

Permalink
Update node.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kawkawa99 authored Aug 22, 2023
1 parent 43f9339 commit 1a78dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncua/common/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ async def read_processed_history(self, aggregate_type, aggregation_configuration
details.AggregateConfiguration = ua.AggregateConfiguration(aggregation_configuration)
details.ProcessingInterval = processing_interval
d0 = []
for i in aggregtype :
for i in aggregate_type :
d0.append(ua.NodeId(i))
details.AggregateType =d0

Expand Down

0 comments on commit 1a78dcd

Please sign in to comment.