crossword generator difficulty adjusted
This commit is contained in:
parent
ef8aeb13f9
commit
97b3dc26fb
@ -13,13 +13,13 @@ def get_difficulty_threshold(lang: str, difficulty: int):
|
|||||||
|
|
||||||
get_difficulty_threshold.thresholds = {
|
get_difficulty_threshold.thresholds = {
|
||||||
'de': {
|
'de': {
|
||||||
0: 3,
|
0: 5,
|
||||||
1: 2,
|
1: 3,
|
||||||
2: 1
|
2: 1
|
||||||
},
|
},
|
||||||
'en': {
|
'en': {
|
||||||
0: 5,
|
0: 5,
|
||||||
1: 2,
|
1: 3,
|
||||||
2: 1
|
2: 1
|
||||||
},
|
},
|
||||||
'hp': {
|
'hp': {
|
||||||
|
Loading…
Reference in New Issue
Block a user