Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
9337d584 by Philipp Hörist at 2023-11-08T18:06:04+01:00
cq: Underscore unused argument
- - - - -
1 changed file:
- nbxmpp/websocket.py
Changes:
=====================================
nbxmpp/websocket.py
=====================================
@@ -111,7 +111,7 @@ class WebsocketConnection(Connection):
def _on_network_event(
self,
- message: Soup.Message,
+ _message: Soup.Message,
event: Gio.SocketClientEvent,
connection: Gio.TlsConnection
) -> None:
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/9337d58423c1123828248fd1c802953840605d8d
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/9337d58423c1123828248fd1c802953840605d8d
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]