arguments

This commit is contained in:
Marc Beninca 2021-10-10 19:02:34 +02:00 committed by Marc Beninca
parent 1857f0e1b0
commit 80e76995a5
5 changed files with 21 additions and 18 deletions

View file

@ -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):