add join_id
This commit is contained in:
parent
d857f05a3b
commit
cc610a5e12
2 changed files with 4 additions and 1 deletions
|
|
@ -229,3 +229,6 @@ class ConsoleApplication(BaseApplication):
|
|||
except ValueError:
|
||||
backend_name = None
|
||||
return _id, backend_name
|
||||
|
||||
def join_id(self, provider_id, backend_name):
|
||||
return u'%s@%s' % (provider_id, backend_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue