Skip to content

Commit e4e881d

Browse files
authored
CPU load hotfix
1 parent d2f83c1 commit e4e881d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glass_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def simconnect_thread_func3(threadname):
549549
def thousandify(x):
550550
return f"{x:,}"
551551

552-
while False:
552+
while True:
553553
# PA-28R L-Vars
554554
if selected_plane[:6] == "PA-28R":
555555
ui_friendly_dictionary["JF_PA_28R_AP_HDG"] = vr.get("(L:AUTOPILOT_hdg)")

0 commit comments

Comments
 (0)