From c4a57be621f0de2e3089ea740a2cdf07a42b910f Mon Sep 17 00:00:00 2001 From: carnal0wnage Date: Fri, 20 Apr 2018 22:23:51 -0400 Subject: [PATCH] comment updates --- modules/ec2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ec2.py b/modules/ec2.py index 169c9be..506859f 100644 --- a/modules/ec2.py +++ b/modules/ec2.py @@ -74,7 +74,7 @@ def module_ec2_describe_route_tables(): def module_ec2_get_console_screenshot(*text): ''' This function gets a screenshot for the specified InstanceID and region - python3 weirdAAL.py -m ec2_get_console_screenshot -a i-0321f4EXAMPLE us-east-1 -t yolo + python3 weirdAAL.py -m ec2_get_console_screenshot -a 'i-0321f4EXAMPLE','us-east-1' -t yolo ''' get_console_screenshot(text[0][0], text[0][1]) @@ -82,7 +82,7 @@ def module_ec2_get_console_screenshot(*text): def module_ec2_get_console_output(*text): ''' This function gets the console output for the specified InstanceID and region - python3 weirdAAL.py -m ec2_get_console_output -a i-0321f4EXAMPLE us-east-1 -t yolo + python3 weirdAAL.py -m ec2_get_console_output -a 'i-0321f4EXAMPLE','us-east-1' -t yolo ''' get_console_output(text[0][0], text[0][1])