Skip to content

Commit 9072709

Browse files
committed
small fix tools
1 parent 476ab7d commit 9072709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hud/tools/computer/hud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(
7373
self.needs_scaling = self.scale != 1.0
7474

7575
if executor is None:
76-
self.executor = self._choose_executor(platform_type, display_num)
76+
self._choose_executor(platform_type, display_num)
7777
else:
7878
self.executor = executor
7979

0 commit comments

Comments
 (0)