From bb062fcd972fb0a281fcdd743647f22d0852e737 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 1 Nov 2020 23:31:08 +0100 Subject: Add UnsupportedLanguage exception Signed-off-by: Olivier Gayot --- swiftstory/Client.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'swiftstory/Client.py') diff --git a/swiftstory/Client.py b/swiftstory/Client.py index b1a6ae7..93ea232 100644 --- a/swiftstory/Client.py +++ b/swiftstory/Client.py @@ -2,7 +2,6 @@ import asyncio import logging from swiftstory.exception import WrongAction -from swiftstory.Status import error class Client: @@ -23,9 +22,6 @@ class Client: game = self.game_manager.join_game(game_name, lang) # XXX self.game will be assigned by game.try_join() - if game is None: - return error('Invalid language') - return game.try_join(self) def play_white_card(self, card_id): -- cgit v1.2.3