diff --git a/vinscant/mpfiles/main.py b/vinscant/mpfiles/main.py index e6384cb..6857567 100644 --- a/vinscant/mpfiles/main.py +++ b/vinscant/mpfiles/main.py @@ -112,7 +112,7 @@ def setText(self, text: str): watchdog.feed() class Mqtt: - def __init__(self, name="vinscant", host="korner", port="1883") -> None: + def __init__(self, name="vinscant", host="koin", port="1883") -> None: self.client = MQTTClient(name, host, port) self.client.connect()