This commit is contained in:
Markus 2022-04-13 20:56:15 +02:00
parent a33e54d522
commit 49eebc8a31
2 changed files with 3 additions and 3 deletions

View File

@ -189,8 +189,8 @@ int AccountManager::writeDefault(std::string path)
ofs << "animewatcherxgas7776@oida.icu" << std::endl;
ofs << "animewatcherxgas777116@oida.icu" << std::endl;

ofs << "" << std::endl;
ofs << "" << std::endl;
ofs << "HervorragendPositiverLoewe@muell.ru" << std::endl;
ofs << "FaszinierendRiskanterOtter@spam.care" << std::endl;
ofs << "" << std::endl;
ofs << "" << std::endl;
ofs << "" << std::endl;

View File

@ -365,9 +365,9 @@ checkNameRply PageManager::checkName(std::vector<PAGE> &pages, std::string Name,

//
if( count == 1 ) {
//std::cout << "\33[2K\r > Name: " << name << std::endl;
for( auto &path : outPutFilePaths)
path = replace(path, "%URLNAME%", name);
std::cout << "\33[2K\r > Serie: " << Name << std::endl;

return checkNameRply(name, Page, checkNameRply::SUCCESS);;
} else if ( count > 1) {