diff --git a/mastochess.py b/mastochess.py index fff5d27..e0486f4 100644 --- a/mastochess.py +++ b/mastochess.py @@ -1191,18 +1191,18 @@ if __name__ == '__main__': bot_lang = 'ca' - if bot_lang == "ca": + if bot_lang == "ca": - language_filepath = "locales/cat.txt" + language_filepath = "locales/cat.txt" - elif bot_lang == "eng": + elif bot_lang == "eng": - language_filepath = "locales/eng.txt" + language_filepath = "locales/eng.txt" - else: + else: - print("\nOnly 'cat' and 'eng' languages are supported.\n") - sys.exit(0) + print("\nOnly 'cat' and 'eng' languages are supported.\n") + sys.exit(0)