mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-20 02:37:41 -05:00
fix more docs urls (#1882)
This commit is contained in:
@@ -50,7 +50,7 @@ const inputFailure = `
|
||||
def input(prompt=""):
|
||||
raise Exception("\\n ".join([
|
||||
"input() doesn't work when PyScript runs in the main thread.",
|
||||
"Consider using the worker attribute: https://docs.pyscript.net/2023.11.2/user-guide/workers/"
|
||||
"Consider using the worker attribute: https://pyscript.github.io/docs/2023.11.2/user-guide/workers/"
|
||||
]))
|
||||
|
||||
builtins.input = input
|
||||
|
||||
Reference in New Issue
Block a user