fixing stopping of explorer

This commit is contained in:
DJ2LS 2024-01-12 14:08:07 +01:00
parent cbfc141c89
commit 9ad9e9b8c8

View file

@ -128,4 +128,5 @@ class SM:
self.log.warning("[EXPLORER] Publishing not started because of error", e=e)
def stop_explorer_publishing(self):
del self.explorer
if self.config['STATION']['enable_explorer']:
del self.explorer