We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bfd3d commit 2dccf32Copy full SHA for 2dccf32
1 file changed
node_cli.py
@@ -42,8 +42,6 @@
42
f"Python {platform.python_version()} ({platform.architecture()[0]}) @ {sys.executable}"
43
)
44
print(f"Current file path: {os.path.abspath(__file__)}")
45
-extension_downloader = ChromeExtensionDownloader()
46
-extension_downloader.cleanup_extensions()
47
48
49
def adjust_python_path():
@@ -1234,6 +1232,9 @@ async def main():
1234
1232
ConfigModule.create_settings_config_file()
1235
1233
create_temp_ini_automation_log()
1236
+ extension_downloader = ChromeExtensionDownloader()
+ extension_downloader.cleanup_extensions()
1237
+
1238
rich_traceback.install(show_locals=True, max_frames=1)
1239
1240
# Suppress the InsecureRequestWarning since we use verify=False parameter.
0 commit comments