Open guidovranken opened 10 years ago
Please do! -Mark
I'd love to this one fixed too, and then updated so that the alias in /usr/bin is setup on install (so its the same as query_client for example).
setup.py
will also need to be updated to uncomment the query_client
Just a note, query_client
will now be present if you run python setup.py install
from the latest version of master.
-Mark
scripts/query_client.py is currently broken:
This seems to be due to the fact that the file is not object-oriented and not uses TaxiiScript as a base class (harder to explain than it in fact is.. just compare query_client.py and poll_client.py, for example).
If you want I can update query_client.py to the OOP form and make it functional again.
Guido