Skip to content

Commit de7678e

Browse files
committed
fix: remove en3 language from akinator
1 parent 55813b5 commit de7678e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sugaroid/brain/aki.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ def __init__(self, chatbot: SugaroidBot):
7070
try:
7171
self.game_instance = self.aki.start_game("en")
7272
except (AkiServerDown, AkiTechnicalError, json.decoder.JSONDecodeError):
73-
try:
74-
self.game_instance = self.aki.start_game("en3")
75-
except (AkiServerDown, AkiTechnicalError, json.decoder.JSONDecodeError):
76-
self.game_instance = None
73+
self.game_instance = None
7774

7875
def start_game(self):
7976
# We are about to start the game. Lets send a fascinating entry

0 commit comments

Comments
 (0)