forked from p15670423/monkey
Agent: Remove call to urllib3.disable_warnings()
This commit is contained in:
parent
72d1703b48
commit
af9d4ac49a
|
@ -16,8 +16,6 @@ from infection_monkey.transport.tcp import TcpProxy
|
|||
from infection_monkey.utils import agent_process
|
||||
from infection_monkey.utils.environment import is_windows_os
|
||||
|
||||
requests.packages.urllib3.disable_warnings() # type: ignore
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
PBA_FILE_DOWNLOAD = "https://%s/api/pba/download/%s"
|
||||
|
|
Loading…
Reference in New Issue