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
4
4
5
5
[tool .poetry ]
6
6
name = " pyth-observer"
7
- version = " 0.1.7 "
7
+ version = " 0.1.8 "
8
8
description = " Alerts and stuff"
9
9
authors = []
10
10
readme = " README.md"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ async def send(self):
43
43
if self .check .__class__ .__bases__ == (PublisherCheck ,):
44
44
# Add publisher key to the aggregation key to separate different faulty publishers
45
45
# An example would be: PublisherPriceCheck-Crypto.AAVE/USD-9TvAYCUkGajRXs....
46
- aggregation_key += "-" + self .check .state ().public_key
46
+ aggregation_key += "-" + self .check .state ().public_key . key
47
47
48
48
event = DatadogAPIEvent (
49
49
aggregation_key = aggregation_key ,
You can’t perform that action at this time.
0 commit comments