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
{{ message }}
This repository was archived by the owner on Apr 22, 2026. It is now read-only.
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.
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.