mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-10 00:45:39 +00:00
slight structure discrepancy
This commit is contained in:
parent
ce3f8bd614
commit
95cc2eb620
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@ class AcarsProcessor(JsonParser, metaclass=ABCMeta):
|
|||
else:
|
||||
return
|
||||
|
||||
# compatibility for acarsdec
|
||||
if "libacars" in acars:
|
||||
acars = acars["libacars"]
|
||||
|
||||
if "arinc622" in acars:
|
||||
arinc622 = acars["arinc622"]
|
||||
if "adsc" in arinc622:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue