snstac / adsbcot

Display Aircraft in TAK - ADS-B to TAK Gateway
https://adsbcot.rtfd.io
Apache License 2.0
86 stars 22 forks source link

pytak no CoTWorker Attribute #3

Closed B08Z closed 2 years ago

B08Z commented 3 years ago

Fresh install of adsbcot (after also installing asdbxcot) Seems changes in pyTAK have resulted in breaking adsbcot

Command: adsbcot -U 127.0.0.1:8087 -D tcp+beast:127.0.0.1:30005

Output: File "/home/tak/.local/lib/python3.8/site-packages/adsbcot/commands.py", line 67, in cli pytak.CoTWorker( AttributeError: module 'pytak' has no attribute 'CoTWorker'

ampledata commented 3 years ago

Ah yeah, good catch, will fix, thanks for the heads-up.