Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
update semester of linux main
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun-wook ha committed Aug 12, 2020
1 parent 980e752 commit 759ef3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async fn main() -> std::io::Result<()> {
subject_vec = Subject::load("data.json");
}
else {
let a = crawler::SubjectQuery::new(2020).spring().undergraduate().send().await.unwrap();
let a = crawler::SubjectQuery::new(2020).fall().undergraduate().send().await.unwrap();
subject_vec = a.to_subject_vector();
backend::Subject::Subject::save(&subject_vec, "data.json");
}
Expand Down

0 comments on commit 759ef3a

Please sign in to comment.