File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/factorio_mod_downloader/mod_downloader Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,15 @@ def run(self):
3030
3131 def _init_selenium (self ):
3232 # Set up chrome options
33- self .log_info ("Loading application dependencies.\n " )
33+ self .log_info ("Downloading application dependencies.\n " )
3434 chromedriver_autoinstaller .install ()
35+ self .log_info ("Finished downloading application dependencies.\n " )
3536 chrome_options = Options ()
3637 chrome_options .add_argument ("--headless" ) # Run in headless mode (without a GUI)
3738 chrome_options .add_argument ("--window-position=-2400,-2400" )
3839 chrome_options .add_argument ("--disable-gpu" )
3940 chrome_options .add_argument ("--remote-debugging-port=9222" )
41+ self .log_info ("Configured application dependencies.\n " )
4042 return chrome_options
4143
4244 def init_driver (self ):
You can’t perform that action at this time.
0 commit comments