From cc7184e45350ffbc80d856792eb0f3c78fa9f718 Mon Sep 17 00:00:00 2001 From: polyfloyd Date: Sun, 1 Jun 2025 18:55:37 +0200 Subject: [PATCH] ruff format --- commands/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/__init__.py b/commands/__init__.py index 9d7fa47..5570faa 100644 --- a/commands/__init__.py +++ b/commands/__init__.py @@ -8,6 +8,7 @@ import commands.bottleclip as bottleclip _mqtt_host = None + def setup(bot, mqtt_host): global _mqtt_host _mqtt_host = mqtt_host