fix client time

This commit is contained in:
John Smith 2024-03-13 20:30:14 -04:00 committed by Christien Rioux
parent c9f0003150
commit 1e681790e6

View File

@ -78,6 +78,8 @@ impl InteractiveUI {
self.inner.lock().stdout = Some(stdout.clone()); self.inner.lock().stdout = Some(stdout.clone());
CursiveUI::set_start_time();
// Wait for connection to be established // Wait for connection to be established
loop { loop {
match connection_state_receiver.recv_async().await { match connection_state_receiver.recv_async().await {