Update main.py

master
Ebbe Baß 2021-11-09 18:27:26 +01:00
parent 8a853c3b21
commit 41343a6f5a
1 changed files with 1 additions and 1 deletions

View File

@ -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__':