mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-07 23:43:45 +00:00
organize timers and threads to get proper shutdown
This commit is contained in:
parent
af1a99c130
commit
95253e40bd
6 changed files with 49 additions and 29 deletions
|
|
@ -136,7 +136,7 @@ class SdrSource(object):
|
|||
if profile_id is None:
|
||||
profile_id = list(profiles.keys())[0]
|
||||
if profile_id == self.profile_id:
|
||||
return;
|
||||
return
|
||||
logger.debug("activating profile {0}".format(profile_id))
|
||||
self.profile_id = profile_id
|
||||
profile = profiles[profile_id]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue