changed a little bit about logging

This commit is contained in:
socrates
2023-12-12 13:15:30 +01:00
parent 5cc27ca6b9
commit fd4d56e667

View File

@@ -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")