From 0fb9cc626ffba35aaf50444f38b4edcc55e99e3e Mon Sep 17 00:00:00 2001 From: floatingbug Date: Thu, 28 Oct 2021 14:17:55 +0200 Subject: [PATCH] update ui --- main | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main b/main index 76a3152..665e1b8 100755 --- a/main +++ b/main @@ -4,9 +4,9 @@ import requests for arg in sys.argv: if arg == '-h' or arg == '--help': - print('-s, --search - search for radios; NOTE: after -s argument you must type query') + print('-s, --search - search for radios; NOTE: after -s argument you must type query like: pop, rock... \n') elif arg == '-s' or arg == '--search': - QUERY = input() + QUERY = input("search: ") BASE_URL = "https://de1.api.radio-browser.info/json/stations/byname/" OUTPUT_URL = BASE_URL + QUERY