From ad000a73feed49e5b701c2b74751b26a33b39800 Mon Sep 17 00:00:00 2001 From: spla Date: Fri, 27 Nov 2020 21:08:51 +0100 Subject: [PATCH] fix indent --- mastochess.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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)