global vars for db_name and target

This commit is contained in:
cktricky
2018-04-21 14:15:35 -04:00
parent bda996a3ce
commit 283bb147fe
6 changed files with 15 additions and 19 deletions

View File

@@ -7,7 +7,6 @@ from libs.sql import *
#create some tables to stick data in
if __name__ == "__main__":
db_name = "weirdAAL.db"
create_awskey_table(db_name, "AWSKey")
create_recon_table(db_name, "recon")
create_services_table(db_name,"services")
create_services_table(db_name,"services")