removed this method
This commit is contained in:
@@ -45,11 +45,6 @@ def perform_credential_check():
|
|||||||
print("The AWS Access Keys are not valid/active")
|
print("The AWS Access Keys are not valid/active")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
||||||
def module_recon():
|
|
||||||
print("!!!")
|
|
||||||
|
|
||||||
|
|
||||||
def method_create():
|
def method_create():
|
||||||
try:
|
try:
|
||||||
arg = globals()["module_" + args.step]
|
arg = globals()["module_" + args.step]
|
||||||
|
|||||||
Reference in New Issue
Block a user