Esempio n. 1
0
 def launch(self):
     # TODO: relaise it
     try:
         configtools.get_settings()
         return True
     except:
         return False
Esempio n. 2
0
 def launch(self):
     # TODO: relaise it
     try:
         configtools.get_settings()
         return True
     except:
         return False
Esempio n. 3
0
    def __init__(self, args):
        config_from_file = configtools.get_settings()
        config_from_file.update(args)
        args = config_from_file

        super().__init__(args)
Esempio n. 4
0
    def __init__(self, args):
        config_from_file = configtools.get_settings()
        config_from_file.update(args)
        args = config_from_file

        super().__init__(args)