add missing args to config
This commit is contained in:
@@ -490,6 +490,9 @@ class Configuration:
|
|||||||
self._args_to_config(config, argname='lookahead_analysis_exportfilename',
|
self._args_to_config(config, argname='lookahead_analysis_exportfilename',
|
||||||
logstring='Path to store lookahead-analysis-results: {}')
|
logstring='Path to store lookahead-analysis-results: {}')
|
||||||
|
|
||||||
|
self._args_to_config(config, argname='startup_candle',
|
||||||
|
logstring='Startup candle to be used on recursive analysis: {}')
|
||||||
|
|
||||||
def _process_runmode(self, config: Config) -> None:
|
def _process_runmode(self, config: Config) -> None:
|
||||||
|
|
||||||
self._args_to_config(config, argname='dry_run',
|
self._args_to_config(config, argname='dry_run',
|
||||||
|
|||||||
Reference in New Issue
Block a user