FrappyControl.add_frappy_service: add doc string

This commit is contained in:
2026-08-26 15:46:14 +02:00
parent 408acd646b
commit 90659aae13
+1
View File
@@ -129,6 +129,7 @@ class FrappyControl(MarcheControl):
raise ValueError('too many frappy servers')
def add_frappy_service(self, service, cfg, port, log=None):
"""create wrapper file and update marche"""
if log is None:
log = Logger('info')
service, cfgfile = self.cfg_file(self.config.cfgdirs, service, cfg)