#2610: remove irrelevant params in doc

This commit is contained in:
Czar Echavez
2024-06-06 11:45:17 +01:00
parent e1ba0ff125
commit 3d63c30b75

View File

@@ -97,8 +97,6 @@ class RansomwareScript(Application):
:param server_ip_address: The IP address of the Node the DatabaseService is on.
:param server_password: The password on the DatabaseService.
:param payload: The attack stage query (Encrypt / Delete)
:param ransomware_encrypt_p_of_success: The probability of success for the ransomware 'attack' (encrypt) stage.
:param repeat: Whether to repeat attacking once finished.
"""
if server_ip_address:
self.server_ip_address = server_ip_address