diff --git a/user_data/mgm_tools/mgm_hurry/FreqtradeCli.py b/user_data/mgm_tools/mgm_hurry/FreqtradeCli.py index 2b71742a3..1cd41c36e 100644 --- a/user_data/mgm_tools/mgm_hurry/FreqtradeCli.py +++ b/user_data/mgm_tools/mgm_hurry/FreqtradeCli.py @@ -311,7 +311,7 @@ def download_static_pairlist(self, stake_currency: str = 'USDT', exchange: str = last_line = subprocess.check_output(['tail', '-1', temp_file.name]) pair_whitelist = json.loads(last_line) except json.JSONDecodeError as e: - self.cli_logger.critical(Color.red('Unfortunately we could generate the static pairlist.')) + self.cli_logger.critical(Color.red('Unfortunately we could not generate the static pairlist.')) self.cli_logger.debug(e) return False