From e2351dccd83259fe1e84253466855d971cf81ab6 Mon Sep 17 00:00:00 2001 From: sTiKyt Date: Tue, 9 Jun 2020 17:28:13 +0300 Subject: [PATCH] Added doc string for global_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 ff80302..138f6bc 100644 --- a/Defs/ActionManager/simple_informant.py +++ b/Defs/ActionManager/simple_informant.py @@ -196,7 +196,7 @@ def port_selector(): # Requests port input from user return port_selector() def remove_readonly(func, path, _): - """Removes read-only state of file (IDK why it exists but it does already so...) + """Removes read-only state of file (IDK why it exists but it does already, so...) Args: func ([type]): [description] @@ -208,6 +208,7 @@ def remove_readonly(func, path, _): def global_message(): + """Sends default HiddenEye header message. (Logo, website link, etc.)""" print(global_localization.hidden_eye_logo) print(global_localization.official_website_link) print(global_localization.by_darksec)