We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e560082 commit 901ea62Copy full SHA for 901ea62
src/backend.py
@@ -53,7 +53,7 @@ def bootstrap_browser(
53
logger.error('Incorrect browser choice inputted.')
54
55
# Get and initialize the most up-to-date Chromium web driver
56
- logger.debug(f'Starting {configuration['browser']} browser')
+ logger.debug(f'Starting {configuration["browser"]} browser')
57
58
# Blocking various Discord analytics/monitoring URLs so they don't phone home
59
driver.execute_cdp_cmd('Network.setBlockedURLs', {
0 commit comments