From db3e122a1c8e30fa34ff7bb53d56c17576e7e68e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Carvalho?= Date: Sat, 3 Aug 2024 00:16:31 -0300 Subject: [PATCH] style - applying ruff --- fastrpa/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastrpa/app.py b/fastrpa/app.py index d3365c0..42984d1 100644 --- a/fastrpa/app.py +++ b/fastrpa/app.py @@ -68,7 +68,7 @@ def domain(self) -> str: @property def title(self) -> str: return self.webdriver.title - + @property def html(self) -> str: return self.webdriver.page_source