From 3a901be3f3eae63b4f0104c1347c22e08265b381 Mon Sep 17 00:00:00 2001 From: Loup-Garou911XD Date: Sat, 5 Nov 2022 11:11:05 +0000 Subject: [PATCH] [ci] auto-format --- plugins/utilities/mood_light.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/utilities/mood_light.py b/plugins/utilities/mood_light.py index f1a8304..225df54 100644 --- a/plugins/utilities/mood_light.py +++ b/plugins/utilities/mood_light.py @@ -17,17 +17,17 @@ type ml in chat or use plugin manager to open settings""" def Print(*args): - out="" + out = "" for arg in args: - a=str(arg) + a = str(arg) out += a ba.screenmessage(out) def cprint(*args): - out="" + out = "" for arg in args: - a=str(arg) + a = str(arg) out += a _ba.chatmessage(out)