File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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
44
55[tool .poetry ]
66name = " pyth-observer"
7- version = " 0.1.5 "
7+ version = " 0.1.6 "
88description = " Alerts and stuff"
99authors = []
1010readme = " README.md"
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ async def run(self):
135135 symbol = product .attrs ["symbol" ],
136136 public_key = component .publisher_key ,
137137 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 ,
139139 price = component .latest_price_info .price ,
140140 price_aggregate = price_account .aggregate_price_info .price ,
141141 slot = component .latest_price_info .pub_slot ,
You can’t perform that action at this time.
0 commit comments