From 3fb8bb77ec88afe394bb2722ae4b31bd65d15d8a Mon Sep 17 00:00:00 2001 From: sTiKyt Date: Tue, 9 Jun 2020 07:39:37 +0300 Subject: [PATCH] Added doc string for module_loading_message --- Defs/ActionManager/simple_informant.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Defs/ActionManager/simple_informant.py b/Defs/ActionManager/simple_informant.py index 4a274db..c13be0e 100644 --- a/Defs/ActionManager/simple_informant.py +++ b/Defs/ActionManager/simple_informant.py @@ -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"])