We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55813b5 commit de7678eCopy full SHA for de7678e
sugaroid/brain/aki.py
@@ -70,10 +70,7 @@ def __init__(self, chatbot: SugaroidBot):
70
try:
71
self.game_instance = self.aki.start_game("en")
72
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
+ self.game_instance = None
77
78
def start_game(self):
79
# We are about to start the game. Lets send a fascinating entry
0 commit comments