localhost is slow? Unsure why this matters but it seems to.

lower min python version

add tox configuration
This commit is contained in:
2025-06-10 21:51:05 +01:00
parent 896668a82b
commit fee2d12e17
5 changed files with 236 additions and 31 deletions

View File

@@ -7,7 +7,7 @@ from pyslobs import ConnectionConfig, SlobsConnection
@click.option(
"-d",
"--domain",
default="localhost",
default="127.0.0.1",
show_default=True,
show_envvar=True,
help="The domain of the SLOBS server.",