0
0
Fork 0

Move guesser limit to config file.

This commit is contained in:
Oliver-Akins 2021-01-10 16:31:25 -07:00
parent d4356348dc
commit 9afec3f372
3 changed files with 12 additions and 9 deletions

View file

@ -17,6 +17,7 @@ interface config {
code_length: number;
writer_name: string;
guesser_name: string;
guesser_limit: number;
cards: {
type: `csv` | `sheets`;
key?: string;