QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
194 stars 99 forks source link

Check MHDB and symbol properties file for updates once a day #336

Closed jhonabreul closed 1 year ago

jhonabreul commented 1 year ago

This makes sure it updates the "last update time" before downloading so it won't try to download indefinetely if the download fails.

Closes #272