From 41343a6f5a26aa74426c58a3324607d4cca1039a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 9 Nov 2021 18:27:26 +0100 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 25c5390..df90102 100644 --- a/main.py +++ b/main.py @@ -86,7 +86,7 @@ def change_idle_mode(channel): idle_mode = f.readline() print('Change Idle-Mode: '+idle_mode) -def test(input: str,channel): +def test(input: str): print(test) if __name__ == '__main__':