Skip to content

Commit

Permalink
Merge branch 'ad-freiburg:main' into test_status_execute_mocken
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonL22 authored Aug 31, 2024
2 parents 6fe6558 + 50c684a commit b18c36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "qlever"
description = "Script for using the QLever SPARQL engine."
version = "0.5.2"
version = "0.5.6"
authors = [
{ name = "Hannah Bast", email = "[email protected]" }
]
Expand Down
2 changes: 1 addition & 1 deletion src/qlever/qleverfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def arg(*args, **kwargs):
help="The binary for starting the server (this requires "
"that you have compiled QLever on your machine)")
server_args["host_name"] = arg(
"--host-name", type=str, default=f"{socket.getfqdn()}",
"--host-name", type=str, default=f"localhost",
help="The name of the host on which the server listens for "
"requests")
server_args["port"] = arg(
Expand Down

0 comments on commit b18c36f

Please sign in to comment.