MCPcopy Create free account
hub / github.com/adobe/Marinus / run

Method run

python3_cron_scripts/zgrab_http_ip.py:407–418  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

405 self.logger = LoggingUtil.create_log(__name__)
406
407 def run(self):
408 self.logger.debug("Starting Thread-" + str(self.thread_id))
409 process_data(
410 self.logger,
411 self.thread_id,
412 self.q,
413 self.port,
414 self.run_command,
415 self.zones_struct,
416 self.zgrab_collection,
417 )
418 self.logger.debug("Exiting Thread-" + str(self.thread_id))
419
420
421def check_save_location(save_location):

Callers 2

download_remote_filesFunction · 0.45
download_remote_filesFunction · 0.45

Calls 1

process_dataFunction · 0.70

Tested by

no test coverage detected