Link arguments to spotipy helpers

This commit is contained in:
Ritiek Malhotra
2020-05-05 02:25:05 +05:30
parent 5a75687722
commit c3e8a0f0db
4 changed files with 116 additions and 85 deletions

View File

@@ -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("> "))