mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-26 22:59:25 +00:00
Added loging on restart function.
This commit is contained in:
@@ -436,6 +436,7 @@ class Headphones:
|
||||
shutdown.exposed = True
|
||||
|
||||
def restart(self):
|
||||
logger.log(u"Restarting Headphones.")
|
||||
restart = True
|
||||
#answer = raw_input("Do you want to restart this program ? ")
|
||||
#if answer.strip() in "y Y yes Yes YES".split():
|
||||
|
||||
Reference in New Issue
Block a user