diff cagou/plugins/plugin_wid_chat.py @ 284:ca4daced4638

misc: replaced "dummy" by "__"
author Goffi <goffi@goffi.org>
date Mon, 25 Mar 2019 07:11:09 +0100
parents c73a7cd36b54
children 5d96bcd3bfec
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_chat.py	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_wid_chat.py	Mon Mar 25 07:11:09 2019 +0100
@@ -497,7 +497,7 @@
                         profile = profile,
                         size_hint = (0.5, None),
                         nick = nick,
-                        on_release=lambda dummy, txt=jid_.bare: self.onHeaderInputCompleted(wid, txt)
+                        on_release=lambda __, txt=jid_.bare: self.onHeaderInputCompleted(wid, txt)
                         )
                     dropdown.add_widget(btn)
         else: