Skip to content

Commit

Permalink
forgotten support for stop server in indidevice
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Aug 22, 2023
1 parent 59ef19b commit fb182a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/IndiDevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb182a7

Please sign in to comment.