Local
This commit is contained in:
parent
d0323aee9f
commit
0afc9d897c
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ import remote
|
|||
class Synchronization:
|
||||
def __init__(self, args):
|
||||
self.remote = remote.Remote(args)
|
||||
self.repository = local.Repository(args)
|
||||
self.repository = local.Local(args)
|
||||
self.temporary = self.repository.get_temporary()
|
||||
self.threads = args[arguments.THREADS]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue