Changed url

This commit is contained in:
Bob Polis 2021-09-24 15:16:13 +02:00
parent 4aaeba9505
commit 70ab7cb13b

View File

@ -60,7 +60,7 @@ int main(int argc, char* argv[]) {
bool done {false}; bool done {false};
if (optind == argc) { if (optind == argc) {
// here when no file args // here when no file args
std::string base_url {"https://www.swiftcoder.nl/cpp1/"}; std::string base_url {"https://www.swiftcoder.nl/cplus/"};
std::string next_url {"start.txt"}; std::string next_url {"start.txt"};
std::string code; std::string code;
requester req; requester req;