mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-05 06:25:19 +00:00
let's see if the logging works this way
This commit is contained in:
parent
abb5b65217
commit
0a22978660
1 changed files with 2 additions and 2 deletions
4
csdr.py
4
csdr.py
|
|
@ -326,8 +326,8 @@ class dsp:
|
|||
pipe_path = getattr(self,pipe_name,None)
|
||||
if pipe_path:
|
||||
try: os.unlink(pipe_path)
|
||||
except Exception as e:
|
||||
logger.error("try_delete_pipes()", e)
|
||||
except Exception:
|
||||
logger.exception("try_delete_pipes()")
|
||||
|
||||
def start(self):
|
||||
self.modification_lock.acquire()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue