You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
notifier.socket_add(self.__realsocket, self._resend, notifier.IO_WRITE)
self._resend was called with argument None instead of a socket.
python-notifier should prevent this if the socket is internally removed.
The text was updated successfully, but these errors were encountered:
notifier.socket_add(self.__realsocket, self._resend, notifier.IO_WRITE)
self._resend was called with argument None instead of a socket.
python-notifier should prevent this if the socket is internally removed.
The text was updated successfully, but these errors were encountered: