We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e2a566 + 50860b9 commit c5ec61fCopy full SHA for c5ec61f
examples/five_by_five.py
@@ -311,7 +311,7 @@ class FiveByFive(App[None]):
311
CSS_PATH = "five_by_five.css"
312
"""The name of the stylesheet for the app."""
313
314
- SCREENS = {"help": Help()}
+ SCREENS = {"help": Help}
315
"""The pre-loaded screens for the application."""
316
317
BINDINGS = [("ctrl+d", "toggle_dark", "Toggle Dark Mode")]
0 commit comments