Skip to content

Commit a8d54a8

Browse files
typo
1 parent 5dd2f7c commit a8d54a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_viewer/vtkw_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def run_server():
9494
args = parser.parse_args()
9595

9696
if "host" in args:
97-
args.port = os.environ["DEFAULT_HOST"]
97+
args.host = os.environ["DEFAULT_HOST"]
9898
if not "port" in args or args.port == 8080:
9999
args.port = os.environ.get("DEFAULT_PORT")
100100
if "data_folder_path" in args:

0 commit comments

Comments
 (0)