Added doc string for module_loading_message

pull/690/head
sTiKyt 2020-06-09 07:39:37 +03:00
parent 0ca64ca553
commit 3fb8bb77ec
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,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"])