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.7 "
7+ version = " 0.1.8 "
88description = " Alerts and stuff"
99authors = []
1010readme = " README.md"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ async def send(self):
4343 if self .check .__class__ .__bases__ == (PublisherCheck ,):
4444 # Add publisher key to the aggregation key to separate different faulty publishers
4545 # 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
4747
4848 event = DatadogAPIEvent (
4949 aggregation_key = aggregation_key ,
You can’t perform that action at this time.
0 commit comments