Skip to content

Commit 1d549d1

Browse files
Rc 2496 default softid (#4)
* default_softid * default_softid * default_softid
1 parent e51c67b commit 1d549d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api2captcha.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ class client_t
357357
static const constexpr char * HOST = "2captcha.com";
358358

359359
std::string api_key_;
360-
int soft_id_ = 0;
360+
int soft_id_ = 4586;
361361
std::string callback_;
362362
int default_timeout_ = 10; // sec
363363
int recaptcha_timeout_ = 600; // sec

0 commit comments

Comments
 (0)