From 79fb2aea38175cae438d406d6053bb6e9b7eb9c1 Mon Sep 17 00:00:00 2001 From: Laurent Date: Sun, 14 Dec 2025 19:03:56 +0100 Subject: [PATCH] finally --- rpi/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpi/main.py b/rpi/main.py index d98ac03d..c1dafde4 100644 --- a/rpi/main.py +++ b/rpi/main.py @@ -6,11 +6,11 @@ from board_mate_client.models.game_dto import GameDto if __name__ == "__main__": config = Configuration( - host="https://192.168.15.160/" + host="http://192.168.15.120:8000" ) with ApiClient(config) as client: api = DefaultApi(client) - response = api.retrieve_games() + response = api.retrieve_games("693eebe727f9ffb33360fa38") print(response) \ No newline at end of file