From 1017edd34bff48fee7362e48838d94e8fd11bdad Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 30 Dec 2024 20:24:23 +0200 Subject: bump --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hello.py') diff --git a/hello.py b/hello.py index c8866ce..9ecd5b9 100644 --- a/hello.py +++ b/hello.py @@ -2,7 +2,7 @@ from htmtl import Htmtl def main(): - print(Htmtl("
asdasd
").html()) + print(Htmtl("
asdasd
", {'something': 'nothing'}).html()) if __name__ == "__main__": -- cgit v1.2.3