mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
adjust for stop mechanism
This commit is contained in:
@@ -1368,7 +1368,7 @@ class system_settings(settings):
|
||||
else:
|
||||
if self._horde_pid is not None:
|
||||
logger.info("Killing Horde bridge")
|
||||
self._horde_pid.stop()
|
||||
self._horde_pid.should_stop = True
|
||||
self._horde_pid = None
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user