From a1a121d9f757305177b31df35f9de7805dd2b67b Mon Sep 17 00:00:00 2001 From: HarHarLinks <2803622+HarHarLinks@users.noreply.github.com> Date: Sat, 17 Feb 2024 15:11:00 +0100 Subject: [PATCH] lint --- matrix_reminder_bot/bot_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_reminder_bot/bot_commands.py b/matrix_reminder_bot/bot_commands.py index d2dba96..4c78759 100644 --- a/matrix_reminder_bot/bot_commands.py +++ b/matrix_reminder_bot/bot_commands.py @@ -339,7 +339,7 @@ async def _remind_me(self): await self._remind(target=self.event.sender) async def _insufficient_room_ping_pl(self): - room_ping_pl = self.room.power_levels.defaults.notifications.get('room') + room_ping_pl = self.room.power_levels.defaults.notifications.get("room") sender_pl = self.room.power_levels.users.get(self.event.sender, 0) bot_pl = self.room.power_levels.users.get(self.client.user_id, 0) if sender_pl < room_ping_pl: