Skip to content

Commit 768e26f

Browse files
committed
STY: Line too long
1 parent c5a9cb8 commit 768e26f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

botcity/web/bot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ def _instance_driver(self, driver_class, func_def_options):
274274
correct_version = int(error.msg.split('Current browser version is ')[1].split('.')[0])
275275
except Exception:
276276
raise error
277-
self.options = func_def_options(self.headless, self._download_folder_path, None, self.page_load_strategy)
277+
self.options = func_def_options(self.headless, self._download_folder_path, None,
278+
self.page_load_strategy)
278279
driver = driver_class(**self._get_parameters_to_driver(), version_main=correct_version)
279280
else:
280281
raise error

0 commit comments

Comments
 (0)