sidestep uv since it suddenly breaks now
This commit is contained in:
@@ -176,7 +176,7 @@ async def program():
|
||||
):
|
||||
pass
|
||||
|
||||
await page.wait_for_timeout(200)
|
||||
await page.wait_for_timeout(1000)
|
||||
|
||||
await notify(
|
||||
"Timed out waiting for claim state.",
|
||||
+8
-4
@@ -9,9 +9,13 @@ dependencies = [
|
||||
"playwright>=1.59.0",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
package = true
|
||||
# use this instead of tool.uv.package to avoid uv bullshit
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
# setup alias for running the main.py file
|
||||
[project.scripts]
|
||||
playwright-demo = "main:main"
|
||||
akef-signin = "main:main"
|
||||
playwright-demo = "playwright_demo:main"
|
||||
akef-signin = "playwright_demo:main"
|
||||
# main.py has a main. Why this no work? uv tripping
|
||||
|
||||
Reference in New Issue
Block a user