mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Added doc string for module_loading_message
This commit is contained in:
parent
0ca64ca553
commit
3fb8bb77ec
|
@ -98,7 +98,8 @@ def terms_of_service_message():
|
|||
else:
|
||||
return True
|
||||
|
||||
def module_loading_message(module): # This one just show text..
|
||||
def module_loading_message(): # This one just show text..
|
||||
"""Prints "Select any mode" message. """
|
||||
print(localization.lang_module_loading_message["select_any_mode"])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user