mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-16 05:11:45 -04:00
Fixed a small typo
This commit is contained in:
@@ -1038,7 +1038,7 @@ class Controller(object):
|
||||
sm.show()
|
||||
for i in sm.new_sessions:
|
||||
handler = self.get_handler(type=sessions.sessions[i].type)
|
||||
if handler != None and hasattr(handler, "create-buffers"):
|
||||
if handler != None and hasattr(handler, "create_buffers"):
|
||||
handler.create_buffers(controller=self, session=sessions.sessions[i])
|
||||
call_threaded(self.start_buffers, sessions.sessions[i])
|
||||
for i in sm.removed_sessions:
|
||||
|
Reference in New Issue
Block a user