GwentAPI / gwentapi

The code for GwentAPI
https://gwentapi.com
BSD 3-Clause "New" or "Revised" License
47 stars 1 forks source link

Missing config.toml will cause panic #9

Closed Tri125 closed 7 years ago

Tri125 commented 7 years ago

The config file should overwrite internal default value and shouldn't be a cause to panic.

Tri125 commented 7 years ago

Fixed in b710f143102d9916e58e1a02fe7efd52d70ff2d2. If the config file is missing, one will be generated and internal default values will be used.