Revert "update sound_lib"

This commit is contained in:
José Manuel
2017-07-19 15:25:09 +02:00
committed by GitHub
parent 7997f23f9c
commit efb8cac079
72 changed files with 3520 additions and 3741 deletions

View File

@@ -136,7 +136,7 @@ class Session(object):
def init_sound(self):
try: self.sound = sound.soundSystem(self.settings["sound"])
except: log.exception("Exception thrown during sound system initialization")
except: pass
@_require_configuration
def login(self, verify_credentials=True):