Added usage to useless value in module_loading_message

pull/690/head
sTiKyt 2020-06-11 12:57:16 +03:00
parent 4259169598
commit bb22bb76c2
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4
1 changed files with 2 additions and 1 deletions

View File

@ -98,8 +98,9 @@ def terms_of_service_message():
else:
return True
def module_loading_message(): # This one just show text..
def module_loading_message(option_name): # This one just show text..
"""Prints "Select any mode" message. """
print(option_name + localization.lang_module_loading_message["is_loaded"])
print(localization.lang_module_loading_message["select_any_mode"])