Day 39/100 100 Days of Code
I fixed 2 critical bugs in the program.
The first was that the program was not scanning the correct URLs because I forgot to remove a test value in the request_info() method.
// From
cpr::Response r = Scraper::request_info(Scraper::baseURL);
// To
...
digitalcreations.hashnode.dev1 min read