From b4910b1ab757865cdc3a579675f6e9dc6b395254 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Sat, 14 Oct 2023 17:10:48 +0200 Subject: [PATCH] Changed url --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8e8778a..78cecb0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -52,7 +52,7 @@ int main(int argc, char* argv[]) { bool done {false}; if (optind == argc) { // 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"}; requester req; while (!done) {