refactor(python): Add default input to Python version selector

This commit is contained in:
coderus
2023-01-06 15:43:59 +01:00
parent 810fcde5c1
commit c07c17e8c9

View File

@@ -54,7 +54,7 @@ function start_klipper_setup() {
### user selection for python version
print_dialog_user_select_python_version
while true; do
read -p "${cyan}###### Select Python version:${white} " input
read -p "${cyan}###### Select Python version:${white} " -e -i 1 input
case "${input}" in
1)
select_msg "Python 3.x\n"