Fix service restart

This commit is contained in:
angelblue05 2019-01-09 15:46:22 -06:00
commit 25dbfd3a0e
2 changed files with 34 additions and 14 deletions

View file

@ -128,6 +128,8 @@ class Service(xbmc.Monitor):
self.shutdown()
raise Exception("ExitService")
def start_default(self):
try: