diff --git a/ChatGPT_Bear/assistant.py b/ChatGPT_Bear/assistant.py index 4c778060e..6c7530b4a 100644 --- a/ChatGPT_Bear/assistant.py +++ b/ChatGPT_Bear/assistant.py @@ -53,7 +53,8 @@ API_KEYS_FILE = API_KEYS_FILE.replace("~", user_homedir) def get_config_value(section, key, min_length=None): if not config.has_section(section): - print(f"Please make sure API_KEYS_FILE points to a valid file and has an [{section}] section.") + print("Please make sure API_KEYS_FILE points to " + f"a valid file and has an [{section}] section.") sys.exit(1) if key not in config[section]: print(