mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove delay
This commit is contained in:
@@ -19,7 +19,7 @@ def format_svg(source, language, css_class, options, md, attrs, **kwargs) -> str
|
|||||||
path = cmd[0]
|
path = cmd[0]
|
||||||
|
|
||||||
_press = attrs.get("press", None)
|
_press = attrs.get("press", None)
|
||||||
press = [*_press.split(",")] if _press else ["_"]
|
press = [*_press.split(",")] if _press else []
|
||||||
title = attrs.get("title")
|
title = attrs.get("title")
|
||||||
|
|
||||||
print(f"screenshotting {path!r}")
|
print(f"screenshotting {path!r}")
|
||||||
|
|||||||
Reference in New Issue
Block a user