Skip to content

Commit

Permalink
Don't wait for Konto runtime stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernAtBosch committed Mar 19, 2024
1 parent e1f764a commit ba0a3e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime_kanto/src/runtime/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def start_kanto(spinner: Yaspin, log_output: TextIOWrapper):

spinner.text = "Kanto is ready to use!"
spinner.ok("✅")
kanto.wait()
# kanto.wait()


def stop_kanto(log_output: TextIOWrapper):
Expand Down

0 comments on commit ba0a3e6

Please sign in to comment.