Commit e3771d3d authored by Dan Pascu's avatar Dan Pascu

Fixed default argument type

parent 7858626b
......@@ -1622,7 +1622,7 @@ class ChatWindow(base_class, ui_class, ColorHelperMixin):
self.info_panel_participants_button.setVisible(self.selected_session.blink_session.remote_focus)
self.files_panel_participants_button.setVisible(self.selected_session.blink_session.remote_focus)
def _update_session_info_panel(self, elements={}, update_visibility=False):
def _update_session_info_panel(self, elements=set(), update_visibility=False):
blink_session = self.selected_session.blink_session
have_session = blink_session.state in ('connecting/*', 'connected/*', 'ending')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment