From e4e881ddef66a35c1b8f57ba4562a9943136b34d Mon Sep 17 00:00:00 2001 From: mracko <55148010+mracko@users.noreply.github.com> Date: Mon, 14 Jun 2021 12:53:50 +0200 Subject: [PATCH] CPU load hotfix --- glass_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glass_server.py b/glass_server.py index 6fe82208..7c7ae22d 100644 --- a/glass_server.py +++ b/glass_server.py @@ -549,7 +549,7 @@ def simconnect_thread_func3(threadname): def thousandify(x): return f"{x:,}" - while False: + while True: # PA-28R L-Vars if selected_plane[:6] == "PA-28R": ui_friendly_dictionary["JF_PA_28R_AP_HDG"] = vr.get("(L:AUTOPILOT_hdg)")