forked from p15670423/monkey
Fixed wrong argument in scoutsuite_collector.py
This commit is contained in:
parent
9da74e31ec
commit
8cd3834fe4
|
@ -26,4 +26,4 @@ def run_scoutsuite(cloud_type: str):
|
||||||
|
|
||||||
|
|
||||||
def send_results(results):
|
def send_results(results):
|
||||||
ScoutSuiteTelem(results).send(results)
|
ScoutSuiteTelem(results).send()
|
||||||
|
|
Loading…
Reference in New Issue