[next] Fix #1730 - Make worker an empty attribute only (#1732)

This commit is contained in:
Andrea Giammarchi
2023-09-20 16:44:00 +02:00
committed by GitHub
parent 23e1ab81b3
commit 8f3c36deea
6 changed files with 31 additions and 43 deletions

View File

@@ -18,5 +18,6 @@
print(4, 5, 6)
second()
</py-script>
<py-script src="main.py" worker="worker.py"></py-script>
</head>
</html>