mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2026-03-06 09:27:33 +01:00
Refactor
This commit is contained in:
@@ -32,7 +32,7 @@ class BaseBuffer(base.Buffer):
|
||||
self.invisible = True
|
||||
compose_func = kwargs.get("compose_func", "compose_post")
|
||||
self.compose_function = getattr(compose, compose_func)
|
||||
self.sound = sound
|
||||
self.sound = kwargs.get("sound", None)
|
||||
|
||||
# Initialize DB list if needed
|
||||
if self.name not in self.session.db:
|
||||
|
||||
Reference in New Issue
Block a user