second-opinion-ai / second-opinion

6 stars 0 forks source link

Instead of using Flask's global g object for storing and passing make… #14

Closed branhoff closed 5 months ago

branhoff commented 5 months ago

…, model, year, and car_issue, these details are now passed directly as parameters to relevant functions.