Hotfix, weekly nabidka != denni nabidka

This commit is contained in:
Jakub Kydlíček 2024-04-29 10:44:34 +02:00
parent e9254f6c97
commit 7f41a6a806
1 changed files with 1 additions and 4 deletions

View File

@ -44,7 +44,7 @@ get_zradylko() {
esac esac
main_course_with_newlines=$(echo "$main_course" | sed 's/ Kč/ Kč\\n/g') main_course_with_newlines=$(echo "$main_course" | sed 's/ Kč/ Kč\\n/g')
weekly_course_with_newlines=$(echo "$main_course" | sed 's/ Kč/ Kč\\n/g') weekly_course_with_newlines=$(echo "$weekly_course" | sed 's/ Kč/ Kč\\n/g')
# Create a JSON object with the desired fields # Create a JSON object with the desired fields
# shellcheck disable=SC2016 # shellcheck disable=SC2016
@ -135,8 +135,5 @@ output=''${output}'
} }
},' },'
# TODO
# get_microsoft_support
# Print the complete menu data # Print the complete menu data
echo "$output" echo "$output"