Skip to content

Commit

Permalink
<generate>[feat]fix get_uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
HornCopper committed Aug 15, 2024
1 parent c72aa69 commit 8ede0fa
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 @@ -35,7 +35,7 @@ def __init__(
self.hide_classes = hide_classes
self.device_scale_factor = device_scale_factor
self.output_path = output_path
self.uuid = self.get_uuid()
self.uuid = get_uuid()

async def _launch_browser(self, playwright):
return await playwright.chromium.launch(headless=True, slow_mo=0)
Expand Down

0 comments on commit 8ede0fa

Please sign in to comment.