arguments
This commit is contained in:
parent
1857f0e1b0
commit
80e76995a5
5 changed files with 21 additions and 18 deletions
|
@ -8,11 +8,11 @@ import remote
|
|||
|
||||
|
||||
class Synchronization:
|
||||
def __init__(self, args):
|
||||
self.remote = remote.Remote(args)
|
||||
self.repository = local.Local(args)
|
||||
def __init__(self):
|
||||
self.remote = remote.Remote()
|
||||
self.repository = local.Local()
|
||||
self.temporary = self.repository.get_temporary()
|
||||
self.threads = args[arguments.THREADS]
|
||||
self.threads = arguments.threads
|
||||
|
||||
def run(self):
|
||||
for architecture in self.remote.architectures:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue