Derpseh / Spyglass

Nationstates Sheet-generator for easily finding approximate update times
GNU General Public License v3.0
11 stars 10 forks source link

Inconsistent Data Dump Logging #47

Open 6MB11 opened 1 year ago

6MB11 commented 1 year ago

This is a bit of nitpicking but when I run Spyglass from the command line without the -d flag, the following is printed to the log: imageThese logs make me wonder, how did Spyglass go from checking there's a data dump to magically having one downloaded? It might be useful to add logger.info("Found data dump, but re-downloading the latest..") between line 255 and line 256. This addition would also have the benefit of making interactive mode and command line logging behaviour consistent.