Compare commits
2 Commits
5b74c78ec3
...
8acb546c6a
| Author | SHA1 | Date | |
|---|---|---|---|
| 8acb546c6a | |||
| 49e0914416 |
@ -331,7 +331,9 @@ async def _(quote: str, author: str, img: PIL_Image):
|
||||
await page.locator('input[name=quote]').fill(quote)
|
||||
await page.locator('input[name=author]').fill(author)
|
||||
|
||||
await page.wait_for_timeout(500)
|
||||
await page.wait_for_load_state('networkidle')
|
||||
await page.wait_for_timeout(500)
|
||||
|
||||
out = await WebRenderer.render(
|
||||
konaweb('makequote'),
|
||||
|
||||
Reference in New Issue
Block a user