forked from p15670423/monkey
Agent: Remove disused DOWNLOAD_CHUNK
This commit is contained in:
parent
1eb8e07c06
commit
5d2303f300
|
@ -21,7 +21,6 @@ from infection_monkey.utils.environment import is_windows_os
|
|||
requests.packages.urllib3.disable_warnings()
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
DOWNLOAD_CHUNK = 1024
|
||||
|
||||
PBA_FILE_DOWNLOAD = "https://%s/api/pba/download/%s"
|
||||
|
||||
|
|
Loading…
Reference in New Issue