diff --git a/src/utils/loadScripts.py b/src/utils/loadScripts.py index 1795961..ea980f6 100644 --- a/src/utils/loadScripts.py +++ b/src/utils/loadScripts.py @@ -80,8 +80,9 @@ def upgradeChecks(settingsDict): if settingsDict['REMOVE_NO_FORMAT_UPGRADE']: logger.warn('❗️' * 10 + ' OUTDATED SETTINGS ' + '❗️' * 10 ) logger.warn('') - logger.warn("❗️ %s was replaced with %s.", 'REMOVE_NO_FORMAT_UPGRADE', 'REMOVE_FAILED_IMPORTS') + logger.warn("❗️ %s was replaced with %s.", 'REMOVE_NO_FORMAT_UPGRADE', 'REMOVE_FAILED_IMPORTS') logger.warn("❗️ Please check the ReadMe and update your settings.") + logger.warn("❗️ Specifically read the section on %s.", 'FAILED_IMPORT_MESSAGE_PATTERNS') logger.warn('') logger.warn('❗️' * 29) logger.warn('')