diff --git a/Polestar_2_MQTT.py b/Polestar_2_MQTT.py index a599525..ca19c2b 100755 --- a/Polestar_2_MQTT.py +++ b/Polestar_2_MQTT.py @@ -562,7 +562,7 @@ def main(): # signal handler for SIGTERM def signal_handler(sig, frame): print("SIGTERM received: stop run") - server.shutdown() + #server.shutdown() # server is undefined - reason unclear client.disconnect() if (OPENWB_PUBLISH): client_openwb.disconnect()