global context in run_ui.py fix

frdel committed Oct 18, 2024 at 16:13 UTC 4c647bca20f0391d9a19f2e850215df6f3a170cc
1 file changed +1
run_cli.py
+1
@@ -95,6 +95,7 @@ def timeout_input(prompt, timeout=10):
95 return timed_input.timeout_input(prompt=prompt, timeout=timeout)
96
97 def run():
98 + global context
99 print("Initializing framework...")
100
101 #load env vars