Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HarHarLinks committed Feb 17, 2024
1 parent 757b71d commit a1a121d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_reminder_bot/bot_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a1a121d

Please sign in to comment.