From 23724ddb575a82f732da084bc6603c19367ecb6b Mon Sep 17 00:00:00 2001 From: Ayaz Abbas Date: Mon, 20 May 2024 11:08:32 +0100 Subject: [PATCH] linting --- pyth_observer/dispatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyth_observer/dispatch.py b/pyth_observer/dispatch.py index 0f12d4f..7038362 100644 --- a/pyth_observer/dispatch.py +++ b/pyth_observer/dispatch.py @@ -173,7 +173,7 @@ async def process_zenduty_events(self, current_time): to_alert = [] for identifier, info in self.open_alerts.items(): - self.check_zd_alert_status(self, identifier, current_time) + self.check_zd_alert_status(identifier, current_time) # Resolve the alert if raised and failed < 5 times in the last 5m window if ( info["sent"]