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.
1 parent ccabbf0 commit 50860b9Copy full SHA for 50860b9
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