Update: Spacing
This commit is contained in:
@@ -82,6 +82,7 @@ def get_device_list():
|
||||
print(list_of_devices)
|
||||
return list_of_devices
|
||||
|
||||
|
||||
def get_user_device_selection():
|
||||
device_list = get_device_list()
|
||||
org_device_list = []
|
||||
@@ -92,7 +93,7 @@ def get_user_device_selection():
|
||||
selected_device = None
|
||||
while not selected_list_id:
|
||||
print(f"selected device: {selected_list_id}")
|
||||
print((device_list))
|
||||
print(device_list)
|
||||
|
||||
try:
|
||||
selected_list_id = int(input(f"Please select the input device from above:\t"))
|
||||
@@ -150,4 +151,4 @@ def get_user_mention_channel_id():
|
||||
else:
|
||||
print("Length error in ID, please try again")
|
||||
channel_id = None
|
||||
continue
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user