From a3e86f32b7f0642015c0c991ce49683b59eea47d Mon Sep 17 00:00:00 2001 From: NiJia Lin Date: Thu, 12 May 2022 09:39:22 +0800 Subject: [PATCH] Update say_hello.html (#327) - remove un-usage `setTimeout` package --- pyscriptjs/examples/handtrack/say_hello.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyscriptjs/examples/handtrack/say_hello.html b/pyscriptjs/examples/handtrack/say_hello.html index 52f74176..1bec361b 100644 --- a/pyscriptjs/examples/handtrack/say_hello.html +++ b/pyscriptjs/examples/handtrack/say_hello.html @@ -14,7 +14,7 @@ -from js import handTrack, setTimeout, requestAnimationFrame +from js import handTrack, requestAnimationFrame from pyodide import create_once_callable import asyncio