add debug for printing debug statements, will actually do something later
This commit is contained in:
parent
bfe539898e
commit
f17ac9c2ec
2 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ struct Identificationer {
|
|||
}
|
||||
#[derive(Deserialize)]
|
||||
struct jsonconfig {
|
||||
debug:Option<bool>,
|
||||
name: String,
|
||||
shiny: Option<shinyjson>,
|
||||
ids: Vec<Identificationer>,
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"Refer to config.md to understand how to apply the data shown here.",
|
||||
"There are also some values you cannot increase beyond a limit."
|
||||
],
|
||||
"debug":true,
|
||||
"name":"Singularity",
|
||||
"shiny": {
|
||||
"key": "raidsWon",
|
||||
|
|
Loading…
Reference in a new issue