mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-28 17:17:54 +00:00
something...
This commit is contained in:
2
main.py
2
main.py
@@ -48,7 +48,7 @@ class ConsoleHandler(logging.StreamHandler):
|
|||||||
sys.stdout.write('Select ANC Mode: ')
|
sys.stdout.write('Select ANC Mode: ')
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|
||||||
def input_thread(connection):
|
def input_thread(connection: Connection):
|
||||||
while True:
|
while True:
|
||||||
anc_mode = input()
|
anc_mode = input()
|
||||||
if anc_mode == '1':
|
if anc_mode == '1':
|
||||||
|
|||||||
Reference in New Issue
Block a user