File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ignore_missing_imports = true
4
4
5
5
[tool .poetry ]
6
6
name = " pyth-observer"
7
- version = " 0.1.5 "
7
+ version = " 0.1.6 "
8
8
description = " Alerts and stuff"
9
9
authors = []
10
10
readme = " README.md"
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ async def run(self):
135
135
symbol = product .attrs ["symbol" ],
136
136
public_key = component .publisher_key ,
137
137
confidence_interval = component .latest_price_info .confidence_interval ,
138
- confidence_interval_aggregate = component . last_aggregate_price_info .confidence_interval ,
138
+ confidence_interval_aggregate = price_account . aggregate_price_info .confidence_interval ,
139
139
price = component .latest_price_info .price ,
140
140
price_aggregate = price_account .aggregate_price_info .price ,
141
141
slot = component .latest_price_info .pub_slot ,
You can’t perform that action at this time.
0 commit comments