mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
update references (#1874)
This commit is contained in:
@@ -22,11 +22,11 @@ To try PyScript, import the appropriate pyscript files into the `<head>` tag of
|
|||||||
<head>
|
<head>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://pyscript.net/releases/2023.11.1/core.css"
|
href="https://pyscript.net/releases/2023.11.2/core.css"
|
||||||
/>
|
/>
|
||||||
<script
|
<script
|
||||||
type="module"
|
type="module"
|
||||||
src="https://pyscript.net/releases/2023.11.1/core.js"
|
src="https://pyscript.net/releases/2023.11.2/core.js"
|
||||||
></script>
|
></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ const inputFailure = `
|
|||||||
def input(prompt=""):
|
def input(prompt=""):
|
||||||
raise Exception("\\n ".join([
|
raise Exception("\\n ".join([
|
||||||
"input() doesn't work when PyScript runs in the main thread.",
|
"input() doesn't work when PyScript runs in the main thread.",
|
||||||
"Consider using the worker attribute: https://docs.pyscript.net/2023.11.1/user-guide/workers/"
|
"Consider using the worker attribute: https://docs.pyscript.net/2023.11.2/user-guide/workers/"
|
||||||
]))
|
]))
|
||||||
|
|
||||||
builtins.input = input
|
builtins.input = input
|
||||||
|
|||||||
Reference in New Issue
Block a user