mirror of
https://github.com/bvanroll/unnamed_chatgpt_project.git
synced 2025-08-29 03:52:42 +00:00
cant believe this ran for like >1day and then crashed in the unwrap stages because i wasn't carefull to catch my err's :(
This commit is contained in:
@@ -91,7 +91,7 @@ fn main() {
|
|||||||
}
|
}
|
||||||
match looper.next().expect("euh").first() {
|
match looper.next().expect("euh").first() {
|
||||||
Ok(country) => h.country = country.answer.clone(),
|
Ok(country) => h.country = country.answer.clone(),
|
||||||
Err(e) => println!("failed to get country for {}: {:?}", human.firstname.clone(), e)
|
Err(e) => println!("failed to get country for {}: {:?}", human.firstName.clone(), e)
|
||||||
}
|
}
|
||||||
match looper.next().expect("euh").first() {
|
match looper.next().expect("euh").first() {
|
||||||
Ok(job) => h.job = job.answer.clone(),
|
Ok(job) => h.job = job.answer.clone(),
|
||||||
|
Reference in New Issue
Block a user