no new line at the end of display profiles

This commit is contained in:
Logan Cusano
2022-03-27 15:05:46 -04:00
parent 63ca0fec63
commit 8c5cc65a50

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']}\n"
except KeyError:
print(f"Config does not contain a 'noisegate sensitivity' value. Please load the profile")