Commit fa051ba8 authored by Dan Pascu's avatar Dan Pascu

Fixed spacing

parent dd521bec
...@@ -2167,7 +2167,7 @@ class AudioSessionItem(object): ...@@ -2167,7 +2167,7 @@ class AudioSessionItem(object):
self.widget.hangup_button.setEnabled(False) self.widget.hangup_button.setEnabled(False)
def _NH_BlinkSessionDidEnd(self, notification): def _NH_BlinkSessionDidEnd(self, notification):
if not self.__deleted__: # may have been removed by BlinkSessionDidRemoveStream less than 5 seconds before the session ended. if not self.__deleted__: # may have been removed by BlinkSessionDidRemoveStream less than 5 seconds before the session ended.
if notification.data.error: if notification.data.error:
self.status = Status(notification.data.reason, color='#900000') self.status = Status(notification.data.reason, color='#900000')
else: else:
......
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