1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00

fix accidentally removed line

This commit is contained in:
perfectra1n
2022-01-02 09:16:06 -08:00
parent a05cb3227f
commit c0938f842e

View File

@@ -749,6 +749,7 @@ class MGMHurry:
(strategy == 'MoniGoManiHyperStrategy') and (
os.path.isfile(self.monigomani_config.get_config_filepath('mgm-config-hyperopt')) is True)):
initial_run = False
self.logger.info('🍺 Previous HyperOpt run found! This HyperOpt run will be refining on the already existing HyperOpt output.')
self.logger.info(Color.title('👉 Starting HyperOpt run. Keep calm while your computer burns 🔥'))