mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-12-08 20:39:08 +00:00
Link arguments to spotipy helpers
This commit is contained in:
@@ -52,7 +52,7 @@ def merge(base, overrider):
|
||||
|
||||
def prompt_user_for_selection(items):
|
||||
""" Let the user input a choice. """
|
||||
logger.info("Choose your number:")
|
||||
logger.info("Enter a number:")
|
||||
while True:
|
||||
try:
|
||||
the_chosen_one = int(input("> "))
|
||||
|
||||
Reference in New Issue
Block a user