We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de36169 commit d2f83c1Copy full SHA for d2f83c1
glass_server.py
@@ -549,7 +549,7 @@ def simconnect_thread_func3(threadname):
549
def thousandify(x):
550
return f"{x:,}"
551
552
- while True:
+ while False:
553
# PA-28R L-Vars
554
if selected_plane[:6] == "PA-28R":
555
ui_friendly_dictionary["JF_PA_28R_AP_HDG"] = vr.get("(L:AUTOPILOT_hdg)")
@@ -586,6 +586,7 @@ def thousandify(x):
586
ui_friendly_dictionary["MILVIZ_CORSAIR_BNC_LIGHTS"] = vr.get("(L:FG1D110)")
587
ui_friendly_dictionary["MILVIZ_CORSAIR_RECOGN_LIGHTS"] = vr.get("(L:FG1D111)")
588
ui_friendly_dictionary["MILVIZ_CORSAIR_LANDING_LIGHTS"] = vr.get("(L:FG1D196)")
589
+ sleep(0.25)
590
591
592
if __name__ == "__main__":
0 commit comments