From c438cb41411132f940b1c510d1cc533bc7d1a04a Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Tue, 28 Dec 2021 02:37:34 -0500 Subject: [PATCH] Update: Spacing --- BotResources.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BotResources.py b/BotResources.py index 2c7970f..2f2f141 100644 --- a/BotResources.py +++ b/BotResources.py @@ -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 \ No newline at end of file + continue