From fb182a704185b17ebda359cea779b04c84fc7c06 Mon Sep 17 00:00:00 2001 From: gnthibault Date: Tue, 22 Aug 2023 23:37:23 +0200 Subject: [PATCH] forgotten support for stop server in indidevice --- helper/IndiDevice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/IndiDevice.py b/helper/IndiDevice.py index 1541681..5373670 100644 --- a/helper/IndiDevice.py +++ b/helper/IndiDevice.py @@ -240,7 +240,7 @@ def stop_indi_server(self): # self.indi_client.indi_webmanager_client.start_server() # But then in case of stopping, it could consume ressources for no reason if self.indi_client is not None: - self.indi_client.indi_webmanager_client.stop_server() + self.indi_client.indi_webmanager_client.stop_server(device_name=self.device_name) else: # Setup temporary webmanager client if "indi_webmanager" in self.indi_client_config: