add debug for printing debug statements, will actually do something later

This commit is contained in:
endernon 2024-09-11 22:37:22 +01:00
parent bfe539898e
commit f17ac9c2ec
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@ struct Identificationer {
} }
#[derive(Deserialize)] #[derive(Deserialize)]
struct jsonconfig { struct jsonconfig {
debug:Option<bool>,
name: String, name: String,
shiny: Option<shinyjson>, shiny: Option<shinyjson>,
ids: Vec<Identificationer>, ids: Vec<Identificationer>,

View file

@ -3,6 +3,7 @@
"Refer to config.md to understand how to apply the data shown here.", "Refer to config.md to understand how to apply the data shown here.",
"There are also some values you cannot increase beyond a limit." "There are also some values you cannot increase beyond a limit."
], ],
"debug":true,
"name":"Singularity", "name":"Singularity",
"shiny": { "shiny": {
"key": "raidsWon", "key": "raidsWon",