Skip to content

Commit bc208dd

Browse files
committedJan 7, 2025
tabs to spaces
1 parent 0263f2d commit bc208dd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎config-schema.jsonc

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/// description:
2727
/// Limits the maximum number of requests directed at the Stratz API to the indicated number.
2828
///
29-
"requests_per_second": 3
29+
"requests_per_second": 3
3030
},
3131

3232
///
@@ -155,7 +155,7 @@
155155
/// ALL_PICK_RANKED
156156
/// ... more at https://api.stratz.com/graphiql (look for GameModeEnumType)
157157
///
158-
"modes": ["ALL_PICK_RANKED"],
158+
"modes": ["ALL_PICK_RANKED"],
159159

160160
///
161161
/// type: float
@@ -164,7 +164,7 @@
164164
/// description:
165165
/// Heroes with a winrate below this percentage won't be included.
166166
///
167-
"winrate_treshold": 49.00,
167+
"winrate_treshold": 49.00,
168168

169169
///
170170
/// type: float
@@ -182,7 +182,7 @@
182182
/// description:
183183
/// If true, show the pickrate percentage below the winrate percentage for each hero.
184184
///
185-
"show_pickrates": true,
185+
"show_pickrates": true,
186186

187187
///
188188
/// type: bool
@@ -233,7 +233,7 @@
233233
/// description:
234234
/// How many last weeks of data to use.
235235
///
236-
"weeks": 4
236+
"weeks": 4
237237
}
238238
]
239239
}

‎config.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stratz": {
33
"token": "my-token",
4-
"requests_per_second": 3
4+
"requests_per_second": 3
55
},
66
"steam": {
77
"path": "C:\\Program Files (x86)\\Steam"
@@ -11,12 +11,12 @@
1111
"name": "My Grid",
1212
"users": ["account1"],
1313
"ranks": ["Crusader", "Archon", "Legend"],
14-
"modes": ["ALL_PICK_RANKED"],
15-
"winrate_treshold": 49.00,
14+
"modes": ["ALL_PICK_RANKED"],
15+
"winrate_treshold": 49.00,
1616
"pickrate_treshold": 3.00,
17-
"show_pickrates": true,
17+
"show_pickrates": true,
1818
"include_outliers": false,
19-
"weeks": 4
19+
"weeks": 4
2020
}
2121
]
2222
}

0 commit comments

Comments
 (0)