update
This commit is contained in:
@@ -117,7 +117,10 @@ class ModuleSetting(PluginModuleBase):
|
||||
|
||||
def plugin_load(self):
|
||||
try:
|
||||
if F.config['run_flask']:
|
||||
F.logger.info(f"arg_repeat : {F.config['arg_repeat']}")
|
||||
F.logger.info(f"arg_repeat : {F.config['arg_repeat']}")
|
||||
|
||||
if F.config['arg_repeat'] == 0 or SystemModelSetting.get('system_start_time') == '':
|
||||
SystemModelSetting.set('system_start_time', datetime.now().strftime('%Y-%m-%d %H:%M:%S'))
|
||||
SystemModelSetting.set('repeat', str(F.config['arg_repeat']))
|
||||
|
||||
Reference in New Issue
Block a user