Skip to content

Commit

Permalink
fix with make
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimzozaur committed Sep 6, 2024
1 parent b44d7fc commit 6902a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def _get_textual_animations() -> AnimationLevel:
ESCAPE_DELAY: float = _get_environ_int("ESCDELAY", 100) / 1000.0
"""The delay (in seconds) before reporting an escape key (not used if the extend key protocol is available)."""

SLOW_THRESHOLD: int = _get_environ_int('TEXTUAL_SLOW_THRESHOLD', 500)
SLOW_THRESHOLD: int = _get_environ_int("TEXTUAL_SLOW_THRESHOLD", 500)
"""The time threshold (in milliseconds) after which a warning is logged
if message processing exceeds this duration.
"""

0 comments on commit 6902a61

Please sign in to comment.