Browse Source

Enable press key to continue

Santiago Pastorino 4 years ago
parent
commit
714dde6b2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/prioritization.rs

+ 1 - 1
src/bin/prioritization.rs

@@ -9,7 +9,7 @@ async fn main() {
     for step in &meeting.steps {
     for step in &meeting.steps {
         println!("{}", step.call().await);
         println!("{}", step.call().await);
 
 
-        //press_key_to_continue();
+        press_key_to_continue();
     }
     }
 }
 }