mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-11 01:13:36 +00:00
change exception-handling
- only error-msg instead of logging.exception - second logging.debug with exec-trace
This commit is contained in:
parent
d6b9174112
commit
3280c68737
5 changed files with 25 additions and 13 deletions
|
|
@ -21,7 +21,7 @@ def decode(freq, decoded):
|
|||
@param decoded: RAW Information from Multimon-NG
|
||||
|
||||
@return: nothing
|
||||
@exception: Exception if decoder File call failed
|
||||
@exception: Exception if decoder file call failed
|
||||
"""
|
||||
try:
|
||||
# FMS Decoder Section
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue