fixed shutdown dev command

This commit is contained in:
Nicholas Dyer 2023-05-14 19:32:12 -04:00
parent 7c49424350
commit d4ff6d0786
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ def reboot_system():
def shutdown_system():
os.system('sudo shutdown')
os.system('sudo shutdown now')