Update say_hello.html (#327)

- remove un-usage `setTimeout` package
This commit is contained in:
NiJia Lin
2022-05-12 09:39:22 +08:00
committed by GitHub
parent 53a21b74eb
commit a3e86f32b7

View File

@@ -14,7 +14,7 @@
<body> <body>
<py-script> <py-script>
from js import handTrack, setTimeout, requestAnimationFrame from js import handTrack, requestAnimationFrame
from pyodide import create_once_callable from pyodide import create_once_callable
import asyncio import asyncio