mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Added usage to useless value in module_loading_message
This commit is contained in:
parent
4259169598
commit
bb22bb76c2
|
@ -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"])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user