From 3598ef42dbbf9756d2b07f1c42321f8c7440c9b6 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Wed, 2 Oct 2024 14:28:54 +0000 Subject: [PATCH] Update House.py --- House.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/House.py b/House.py index 58e8382..d94cdb4 100644 --- a/House.py +++ b/House.py @@ -1250,7 +1250,7 @@ class House: if __name__ == "__main__": - editor = Editor(buffering=True) + editor = Editor(host="http://gdmc.ale-pri.com:9000", buffering=True) buildArea = editor.getBuildArea() coordinates_min = [min(buildArea.begin[i], buildArea.last[i]) for i in range(3)]