silly bug

This commit is contained in:
Logan Cusano
2022-03-27 15:04:55 -04:00
parent 8e191531d0
commit 63ca0fec63

2
bot.py
View File

@@ -542,7 +542,7 @@ class Bot(commands.Bot):
f"\tMode:\t\t\t\t\t{config[section]['Mode']}\n" \
f"\tFrequency:\t\t\t{config[section]['Frequency']}\n"
try:
message_body += f"\tNoisegate Sensitivity:\t{config[section]['Noisegate Sensitivity']}"
message_body += f"\tNoisegate Sensitivity:\t{config[section]['Noisegate_Sensitivity']}"
except KeyError:
print(f"Config does not contain a 'noisegate sensitivity' value. Please load the profile")