comparison sat_frontends/jp/cmd_invitation.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
comparison
equal deleted inserted replaced
2764:92af49cde255 2765:378188abe941
199 199
200 def invitationGetCb(self, invitation_data): 200 def invitationGetCb(self, invitation_data):
201 if self.args.with_jid: 201 if self.args.with_jid:
202 profile = invitation_data[u"guest_profile"] 202 profile = invitation_data[u"guest_profile"]
203 203
204 def session_started(dummy): 204 def session_started(__):
205 self.host.bridge.asyncGetParamA( 205 self.host.bridge.asyncGetParamA(
206 u"JabberID", 206 u"JabberID",
207 u"Connection", 207 u"Connection",
208 profile_key=profile, 208 profile_key=profile,
209 callback=lambda jid_: self.output_data(invitation_data, jid_), 209 callback=lambda jid_: self.output_data(invitation_data, jid_),