changed a little bit about logging
This commit is contained in:
@@ -27,7 +27,7 @@ def fetch_via_browser(newfile):
|
||||
"download.default_directory" : set['files'],
|
||||
"profile.default_content_settings.popups" : 0,
|
||||
}
|
||||
logging.info("prefs: ", prefs)
|
||||
logging.debug("prefs: " + prefs)
|
||||
options.add_experimental_option("prefs", prefs)
|
||||
options.add_argument("--headless")
|
||||
options.add_argument("--disable-dev-shm-usage")
|
||||
|
||||
Reference in New Issue
Block a user