remove delay

This commit is contained in:
Will McGugan
2022-10-29 21:32:20 +01:00
parent f95a61c115
commit 02658dedd2

View File

@@ -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}")