fixed captcha not showing up in appimage

This commit is contained in:
2024-12-02 13:09:48 +03:00
parent 7c021c90ee
commit c471cb3f62
121 changed files with 39057 additions and 9 deletions

View File

@@ -105,5 +105,5 @@ std::string Net::fetch_check_data_from_ofdru(std::string fn, std::string fd, std
}
void Net::get_captcha_from_ofdru() {
get_file("https://check.ofd.ru/api/captcha/common/img", get_path_relative_to_home(".local/share/checks_parser/captcha.png"));
get_file("https://check.ofd.ru/api/captcha/common/img", get_path_relative_to_home(".local/share/checks_parser/captcha.jpg"));
}