This commit is contained in:
carnal0wnage
2017-06-30 17:42:13 -04:00
parent 13d6b69ca4
commit ffc668625e
2 changed files with 3 additions and 2 deletions

View File

@@ -40,5 +40,5 @@ def describe_stacks(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY):
print "[-] Cant connect to the {} endpoint [-]" .format(region)
else:
print "Unexpected error: {}" .format(e)
except KeyboardInterrupt:
print("CTRL-C received, exiting...")
except KeyboardInterrupt:
print("CTRL-C received, exiting...")

View File

@@ -14,4 +14,5 @@ from libs.opsworks import *
AWS_ACCESS_KEY_ID = ''
AWS_SECRET_ACCESS_KEY = ''
describe_stacks(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)