Skip to content

Commit

Permalink
temporary: dont run platform connector
Browse files Browse the repository at this point in the history
  • Loading branch information
Smehnov committed May 15, 2024
1 parent 0e68934 commit ce985bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
// main_normal(main_args, main_config).await
//}

let _ = main_normal(main_args, main_config, main_robots).await;
// let _ = main_normal(main_args, main_config, main_robots).await;


loop {
Expand Down

0 comments on commit ce985bb

Please sign in to comment.