Changed url
This commit is contained in:
parent
dbfb187e7c
commit
b4910b1ab7
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user