Swimm: update exercise Implement a new PBA — VW4rf3AxRslfT7lwaug7

This commit is contained in:
Mike Salvatore 2022-03-30 07:16:15 -04:00
parent 6c59c54739
commit 29b19a667b
1 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
"type": "snippet",
"path": "monkey/infection_monkey/post_breach/actions/schedule_jobs.py",
"comments": [],
"firstLineNumber": 13,
"firstLineNumber": 15,
"lines": [
" \"\"\"",
" ",
@ -34,8 +34,8 @@
"* windows_cmd=windows_cmds,",
"* )",
"*",
"* def run(self):",
"* super(ScheduleJobs, self).run()",
"* def run(self, options: Dict):",
"* super(ScheduleJobs, self).run(options)",
"* remove_scheduled_jobs()"
]
},
@ -49,7 +49,7 @@
"meta": {
"app_version": "0.6.6-2",
"file_blobs": {
"monkey/infection_monkey/post_breach/actions/schedule_jobs.py": "8aeb0b42d69f7930afb4f4fb1962a65849e05934"
"monkey/infection_monkey/post_breach/actions/schedule_jobs.py": "4ab023e35fa4424f0c6583233f5b056c7b1cad51"
}
}
}