MarkAusten / TDHelper

GUI for Trade Dangerous and EDDBlink
MIT License
7 stars 4 forks source link

[2.1.0.4] olddata forces --ly=1, which in turn forces --near #51

Closed eyeonus closed 5 years ago

eyeonus commented 5 years ago

--ly is forced to be at least 1, which in turn forces --near to be on, because --ly requires --near.

--ly should be able to be set to 0, meaning do not pass this option.

It is perfectly valid, by the way, to merely 'trade.py olddata' with no options. The only time any olddata options are required is when you want to limit the results list to systems within --ly of a system, which requires requires that system to be set with --near.

MarkAusten commented 5 years ago

Thanks. I'll amend the code and issues a new release.

MarkAusten commented 5 years ago

Fixed in v2.1.0.5