Changed url

This commit is contained in:
Bob Polis 2023-10-14 17:10:48 +02:00
parent dbfb187e7c
commit b4910b1ab7

View File

@ -52,7 +52,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://bobpolis.com/cplus/"}; std::string base_url {"https://bobpolis.com/krul/"};
std::string next_url {"start.txt"}; std::string next_url {"start.txt"};
requester req; requester req;
while (!done) { while (!done) {