arguments
This commit is contained in:
parent
1857f0e1b0
commit
80e76995a5
5 changed files with 21 additions and 18 deletions
|
@ -9,8 +9,8 @@ import repository
|
|||
|
||||
|
||||
class Remote(repository.Repository):
|
||||
def __init__(self, args):
|
||||
super().__init__(args[arguments.REMOTE])
|
||||
def __init__(self):
|
||||
super().__init__(arguments.remote)
|
||||
self.load()
|
||||
|
||||
def load(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue