diff sat/plugins/plugin_exp_jingle_stream.py @ 2765:378188abe941

misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
author Goffi <goffi@goffi.org>
date Fri, 11 Jan 2019 11:13:15 +0100
parents 56f94936df1e
children 003b8b4b56a7
line wrap: on
line diff
--- a/sat/plugins/plugin_exp_jingle_stream.py	Fri Jan 11 10:18:02 2019 +0100
+++ b/sat/plugins/plugin_exp_jingle_stream.py	Fri Jan 11 11:13:15 2019 +0100
@@ -291,7 +291,7 @@
             log.warning(u"FIXME: unmanaged action {}".format(action))
         return desc_elt
 
-    def _finishedCb(self, dummy, client, session, content_name, content_data):
+    def _finishedCb(self, __, client, session, content_name, content_data):
         log.info(u"Pipe transfer completed")
         self._j.contentTerminate(client, session, content_name)
         content_data["stream_object"].stopStream()