From 2245a0ab56b330e68d1e8e05a88114644c833dd4 Mon Sep 17 00:00:00 2001 From: cktricky Date: Sun, 4 Mar 2018 13:08:57 -0500 Subject: [PATCH] changing the first step related method to step_recon --- weirdAAL.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weirdAAL.py b/weirdAAL.py index 3c54741..164e5af 100755 --- a/weirdAAL.py +++ b/weirdAAL.py @@ -29,7 +29,7 @@ def perform_credential_check(): print("The AWS Access Keys are not valid/active") #exit(1) -def step_something(): +def step_recon(): print("!!!") def method_create():