Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Sep 18, 2023
1 parent a005d72 commit 8ae68f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 189 deletions.
1 change: 1 addition & 0 deletions anki.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
188 changes: 0 additions & 188 deletions lingva.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub fn collection(
needs: HashMap<String, String>,
) -> Result<Value, Box<dyn Error>> {
let client = reqwest::blocking::ClientBuilder::new().build()?;
let mut port = match needs.get("port") {
let port = match needs.get("port") {
Some(port) => port.to_string(),
None => "8765".to_string(),
};
Expand Down

0 comments on commit 8ae68f9

Please sign in to comment.