Skip to content

Commit

Permalink
missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
SidneyNiccolson committed Jul 2, 2018
1 parent 2d2adde commit d7ba5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ fn connect(req: &mut Request) -> IronResult<Response> {
let ws = get_param!(params, "ws", String);
let serial = get_param!(params, "serial", String);
let secret = get_param!(params, "secret", String);
(ssid, passphrase, api, ws, serial, secret)
(ssid, identity, passphrase, api, ws, serial, secret)
};
// Handle writing files
let json_path = Path::new("/data/kit_config.json");
Expand Down

0 comments on commit d7ba5af

Please sign in to comment.