Skip to content

Commit bbfa193

Browse files
committed
replacing with 8080
1 parent 9290010 commit bbfa193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
OPENML_SKIP_PARQUET_ENV_VAR = "OPENML_SKIP_PARQUET"
2828
_TEST_SERVER_NORMAL_USER_KEY = "normaluser"
2929

30-
TEST_SERVER_URL = "http://localhost:8000"
30+
TEST_SERVER_URL = "http://localhost:8080"
3131

3232

3333
class _Config(TypedDict):

0 commit comments

Comments
 (0)