Skip to content

Commit

Permalink
vinscant: change mqtt server from korner to koin
Browse files Browse the repository at this point in the history
  • Loading branch information
Reavershark committed Oct 28, 2024
1 parent 5cfda50 commit 2584f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vinscant/mpfiles/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 2584f0c

Please sign in to comment.