_more hissing_

This commit is contained in:
Baud 2024-05-30 23:36:45 +01:00
parent 783bb20b46
commit cbb2c64bf6
1 changed files with 1 additions and 2 deletions

View File

@ -27,9 +27,8 @@ pub struct HyperdeckMonitorApp {
impl Default for HyperdeckMonitorApp { impl Default for HyperdeckMonitorApp {
fn default() -> Self { fn default() -> Self {
let api_websocket_location = format!("ws://voc.emf.camp:9681/ws");
let (ws_sender, ws_receiver) = let (ws_sender, ws_receiver) =
ewebsock::connect(api_websocket_location, Options::default()).unwrap(); ewebsock::connect("ws://voc.emf.camp:9681/ws", Options::default()).unwrap();
Self { Self {
blink: false, blink: false,
last_blink_change: Instant::now(), last_blink_change: Instant::now(),