Skip to content

Commit

Permalink
CPU load hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mracko authored Jun 14, 2021
1 parent d2f83c1 commit e4e881d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glass_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)")
Expand Down

0 comments on commit e4e881d

Please sign in to comment.