We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476ab7d commit 9072709Copy full SHA for 9072709
hud/tools/computer/hud.py
@@ -73,7 +73,7 @@ def __init__(
73
self.needs_scaling = self.scale != 1.0
74
75
if executor is None:
76
- self.executor = self._choose_executor(platform_type, display_num)
+ self._choose_executor(platform_type, display_num)
77
else:
78
self.executor = executor
79
0 commit comments