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