Skip to content

Commit

Permalink
adicionandoShutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielSirtoriCorrea committed Jun 22, 2020
1 parent 1c6a50f commit 92a9800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sexta-Feira(A.I.)/Commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ def dateTime(speech, connection):

def updateFriday(speech, connection):
os.system('git fetch')
Functions.speak('Instalando atualizações')
Functions.speak('Estou instalado as atualizações e reiniciarei o computador')
os.system('shutdown /r')
os.system('git reset --hard origin/master')

def sendCloseToInterface(speech, connection):
Expand Down

0 comments on commit 92a9800

Please sign in to comment.