Skip to content

Commit

Permalink
Update monkey/infection_monkey/monkey.py
Browse files Browse the repository at this point in the history
Co-authored-by: VakarisZ <36815064+VakarisZ@users.noreply.github.com>
  • Loading branch information
shivank1234 and VakarisZ authored May 1, 2020
1 parent 143d1ff commit 38f912a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkey/infection_monkey/monkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def initialize(self):
WormConfiguration.command_servers.insert(server_num, self._default_servers[server_num])
else:
LOG.debug("Default server: %s is already in command servers list" % self._default_servers[server_num])
server_num=server_num+1
server_num = server_num + 1

def start(self):
try:
Expand Down

0 comments on commit 38f912a

Please sign in to comment.