subsystems

This commit is contained in:
Marc Beninca 2021-10-09 20:01:02 +02:00 committed by Marc Beninca
parent 4397a20bfd
commit 7137302461

View file

@ -17,6 +17,7 @@ class Remote:
def __init__(self, args):
self.location = args[arguments.REMOTE]
self.architectures = args[arguments.ARCHITECTURES]
self.subsystems = args[arguments.SUBSYSTEMS]
self.load()
def load(self):