something...

This commit is contained in:
Kavish Devar
2024-09-27 14:01:32 +05:30
parent 169cd334d7
commit d5f62751d6
2 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ class ConsoleHandler(logging.StreamHandler):
sys.stdout.write('Select ANC Mode: ')
sys.stdout.flush()
def input_thread(connection):
def input_thread(connection: Connection):
while True:
anc_mode = input()
if anc_mode == '1':