commit 148a17520a0ed7f1cd422bfbf6e76094e52e1874
parent 28441f89139fc9779a05d91952d2fb2a06659a69
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Thu, 6 Apr 2023 22:47:22 -0700
cleanup
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lechatphp/mod.rs b/src/lechatphp/mod.rs
@@ -60,7 +60,7 @@ pub fn login(
username: &str,
password: &str,
color: &str,
- manual_captcha: bool) -> std::result::Result<String, LoginErr>
+ manual_captcha: bool) -> Result<String, LoginErr>
{
// Get login page
let login_url = format!("{}/{}", &base_url, &page_php);