Skip to content

Commit

Permalink
Merge pull request #237 from serfend/UseFrontend
Browse files Browse the repository at this point in the history
fix[front]generate route
  • Loading branch information
Serfend authored Jun 24, 2023
2 parents 6fa5b50 + 6b09d39 commit 8a342fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async def generate(html: str, web: bool = False, locate: str = None, first: bool
if web:
pass
html = Path(html).as_uri()
result = generate_by_url(html, locate, first, delay)
result = await generate_by_url(html, locate, first, delay)
if result is None:
return False
return result

0 comments on commit 8a342fa

Please sign in to comment.