Skip to content

Commit 02658de

Browse files
committed
remove delay
1 parent f95a61c commit 02658de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def format_svg(source, language, css_class, options, md, attrs, **kwargs) -> str
1919
path = cmd[0]
2020

2121
_press = attrs.get("press", None)
22-
press = [*_press.split(",")] if _press else ["_"]
22+
press = [*_press.split(",")] if _press else []
2323
title = attrs.get("title")
2424

2525
print(f"screenshotting {path!r}")

0 commit comments

Comments
 (0)