Skip to content

Commit 68a6b07

Browse files
committed
2 parents fb1a698 + cba62df commit 68a6b07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/printer_manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
from .settings import Settings
1212

13+
1314
@dataclass(frozen=True)
1415
class MotorPowerButtonControl:
1516
initial_position: int = 50
@@ -98,3 +99,4 @@ def get(cls, settings: Settings = Depends(Settings)) -> "PrinterManager":
9899
settings.printer,
99100
MotorPowerButtonControl.get(settings.motor_initial, settings.motor_final),
100101
)
102+
)

0 commit comments

Comments
 (0)