Duncan-McD / OCamlStocks

OCaml Bot for Investing
5 stars 1 forks source link

Fixed not_found bug #56

Closed Duncan-McD closed 3 years ago

Duncan-McD commented 3 years ago

I check if it is in the cashset before looking it up to double verify that it is a stock. This will remove any not_found errors that were not caught by the other pages

Fixes #44

Duncan-McD commented 3 years ago

okay this should finally work now - just one note, #47 needs to be merged before this PR as this depends on it