Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 11, 2024
1 parent 424224d commit 1a0e38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ def _display_list(self, alerts: List[Alert], header: str = "Todo"):
self.gui["header"] = header
self.gui.show_page("ListView")

def _update_homescreen(self, alert: Alert = None, ismiss_notification=False):
def _update_homescreen(self, alert: Alert = None, dismiss_notification=False):
"""
Update homescreen widgets with the current alarms and timers counts.
Expand Down

0 comments on commit 1a0e38b

Please sign in to comment.