crutchcorn / WMIControl

WMI scanner, asset management medium, and management software
Mozilla Public License 2.0
12 stars 4 forks source link

Firstrun depends on JSON to run #41

Closed crutchcorn closed 7 years ago

crutchcorn commented 7 years ago

The current behavior allows something like this to happen: image

The reason this is happening is that firstrun was set to true in the JSON, but the file had still not been created and thus triggering the settings.py warning for conf.toml.

Logic should be revisited and thought through.