mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Add slack repo
This commit is contained in:
parent
0027db2b23
commit
38cf350f17
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ class RepoList(object):
|
|||
self.meta = _meta_
|
||||
self.msg = Msg()
|
||||
self.all_repos = Repo().default_repository()
|
||||
self.all_repos["slack"] = Repo().slack()
|
||||
self.all_repos.update(Repo().custom_repository())
|
||||
|
||||
def repos(self):
|
||||
|
|
Loading…
Reference in a new issue