Update torghostng.py

This commit is contained in:
Git Kern3l 2020-04-25 08:49:28 +07:00 committed by GitHub
parent 746f2debe4
commit c711056d1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -225,8 +225,7 @@ def check_lang():
lang = choose_lang()
return lang
except FileNotFoundError:
print("TorghostNG is lacking its needed files. Reinstall TorghostNG pls")
exit()
choose_lang()
def choose_lang(language=English):