Update sound_lib.

This commit is contained in:
Bill Dengler
2017-06-16 19:02:26 +00:00
parent bf4c09d0bb
commit 7349e3b3f3
62 changed files with 3540 additions and 3520 deletions

View File

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