Skip to content

Commit 901ea62

Browse files
committed
fix bracket error
1 parent e560082 commit 901ea62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def bootstrap_browser(
5353
logger.error('Incorrect browser choice inputted.')
5454

5555
# Get and initialize the most up-to-date Chromium web driver
56-
logger.debug(f'Starting {configuration['browser']} browser')
56+
logger.debug(f'Starting {configuration["browser"]} browser')
5757

5858
# Blocking various Discord analytics/monitoring URLs so they don't phone home
5959
driver.execute_cdp_cmd('Network.setBlockedURLs', {

0 commit comments

Comments
 (0)