From bcbb005ba049dfd6af2bcd8952321e2e9baad269 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 31 May 2022 17:39:15 +0530 Subject: [PATCH] Agent: Remove `should_stop` from configuration --- monkey/infection_monkey/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/monkey/infection_monkey/config.py b/monkey/infection_monkey/config.py index ddf224b10..41eb8dc93 100644 --- a/monkey/infection_monkey/config.py +++ b/monkey/infection_monkey/config.py @@ -72,8 +72,6 @@ class Configuration(object): ########################### # monkey config ########################### - # sets whether or not the monkey is alive. if false will stop scanning and exploiting - should_stop = False # depth of propagation depth = 2