We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfdeb7 commit 116a41dCopy full SHA for 116a41d
ChatGPT_Bear/assistant.py
@@ -53,7 +53,8 @@
53
54
def get_config_value(section, key, min_length=None):
55
if not config.has_section(section):
56
- 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 "
57
+ f"a valid file and has an [{section}] section.")
58
sys.exit(1)
59
if key not in config[section]:
60
print(
0 commit comments