Skip to content

Commit

Permalink
rename env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Apr 5, 2024
1 parent 2cbf1cf commit 956231e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hhd/controller/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(self, ctx=None) -> None:
self._controller_cb = None
self._qam_cb = None
self.ctx = ctx
self.use_legacy_qam = bool(os.environ.get("HHD_LEGACY_QAM", None))
self.use_legacy_qam = bool(os.environ.get("HHD_QAM_LEGACY", None))

def send_qam(self):
with self.intercept_lock:
Expand Down

0 comments on commit 956231e

Please sign in to comment.