Changed domain to bobpolis.com
This commit is contained in:
parent
d600cfb7c5
commit
b5b369b080
@ -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://www.swiftcoder.nl/cplus/"};
|
std::string base_url {"https://bobpolis.com/cplus/"};
|
||||||
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