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 924c088 commit 9498cb6Copy full SHA for 9498cb6
src/browsergym/workarena/config.py
@@ -9,7 +9,7 @@
9
SNOW_DATA_LOOKBACK_MINUTES = 5
10
SNOW_BROWSER_TIMEOUT = 30000 # Milliseconds
11
SNOW_JS_UTILS_FILEPATH = str(resources.files(utils).joinpath("js_utils.js"))
12
-SNOW_SUPPORTED_RELEASES = ["washingtondc",]
+SNOW_SUPPORTED_RELEASES = ["washingtondc"]
13
14
# Path to the Menu navigation task configuration
15
ALL_MENU_PATH = str(resources.files(data_files).joinpath("task_configs/all_menu.json"))
0 commit comments