mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
improve bw_client input thread
This commit is contained in:
parent
0a78f4abd2
commit
2f948b9e2d
4 changed files with 34 additions and 17 deletions
|
|
@ -40,5 +40,5 @@ class Decoder:
|
|||
elif "ZVEI" in data:
|
||||
return ZveiDecoder.decode(data)
|
||||
else:
|
||||
logging.error("no decoder found for: %s", data)
|
||||
logging.warning("no decoder found for: %s", data)
|
||||
return None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue