remove the aws key stuff
This commit is contained in:
@@ -20,7 +20,7 @@ def step_show_services_by_key():
|
||||
for result in results:
|
||||
print("{}:{}".format(result[0],result[1]))
|
||||
|
||||
#same as show_sevices
|
||||
# same as show_sevices
|
||||
def step_list_services_by_key():
|
||||
db_name = "weirdAAL.db"
|
||||
results = search_recon_by_key(db_name,AWS_ACCESS_KEY_ID)
|
||||
|
||||
Reference in New Issue
Block a user