mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-28 10:49:22 +00:00
Change session name as identifiable key for every session in TWblue
This commit is contained in:
@@ -60,6 +60,10 @@ class baseSession(object):
|
||||
self.init_sound()
|
||||
self.load_persistent_data()
|
||||
|
||||
def get_name(self):
|
||||
pass
|
||||
|
||||
|
||||
def init_sound(self):
|
||||
try: self.sound = sound.soundSystem(self.settings["sound"])
|
||||
except: pass
|
||||
|
Reference in New Issue
Block a user