Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Jan 10, 2023
1 parent 81b7cda commit e80a4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/playwright_ex.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def google(self, page: PageWithRetry):
)
self.environment.events.request.fire(
request_type="LCP",
name=f"LCP",
name="LCP",
start_time=self.start_time,
response_time=lcp,
response_length=0,
Expand Down

0 comments on commit e80a4ca

Please sign in to comment.