Bugfix: Profile update profile name didn't show as the status

This commit is contained in:
Logan Cusano
2021-12-28 20:53:15 -05:00
parent 69f6127cb4
commit 0ab787ef5f

1
bot.py
View File

@@ -355,6 +355,7 @@ class Bot(commands.Bot):
self.squelch = int(config[str(profile_name)]['Squelch'])
self.sample_rate = config[str(profile_name)]['Sample Rate']
self.play_sample_rate = config[str(profile_name)]['Player Sample Rate']
self.profile_name = profile_name
if self.sdr_started:
self.start_sdr()