Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Sort restaurant sausage availability by date
The code changes in this commit modify the `unicafe_global_sausagesearch` function in `app.py` to sort the restaurant sausage availability by date. The function now creates a list of restaurants and dates as tuples, sorts them by date, and returns the sorted dictionary of restaurants and dates.
- Loading branch information