fix indent
This commit is contained in:
pare
8ec306c680
commit
ad000a73fe
S'han modificat 1 arxius amb 7 adicions i 7 eliminacions
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Referencia en una nova incidència