Improve alert handling, centralize aiohttp.ClientSession, and fix minor bugs
This commit is contained in:
@@ -93,6 +93,7 @@ class Alert:
|
||||
return (
|
||||
self.alert_type == other.alert_type
|
||||
and self.flavor == other.flavor
|
||||
and self.region == other.region
|
||||
and self.price == other.price
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user