Skip to content

Commit c7b3cf3

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
fixup! Format Python code with psf/black push
1 parent 095bb42 commit c7b3cf3

File tree

1 file changed

+2
-0
lines changed
  • snakeware/external/overlay/usr/share/snakeware

1 file changed

+2
-0
lines changed

snakeware/external/overlay/usr/share/snakeware/startup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ def run(self):
2020
class ShutdownCommand(Command):
2121
def run(self):
2222
import os
23+
2324
os.system("/sbin/poweroff -f")
2425

2526

2627
class RebootCommand(Command):
2728
def run(self):
2829
import os
30+
2931
os.system("/sbin/reboot -f")
3032

3133

0 commit comments

Comments
 (0)