Skip to content

Commit

Permalink
Update build_the_temp_database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GoreNetwork authored Feb 26, 2019
1 parent 8d401e2 commit 6339104
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build_the_temp_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@ def build_to_do_database(table_dics):
"CREATE TABLE done(ip varchar(39) unique);",
"CREATE TABLE issues(ip varchar(39) unique);",
]
print(db_location,db_user, db_password,temp_db)
print(db_location,db_user, db_password,temp_db)

print(db_location,db_user, db_password,temp_db)

print(db_location,db_user, db_password,temp_db)
conn = MySQLdb.connect(host=db_location,port = 3306, user= db_user, passwd=db_password,db=temp_db)


Expand Down

0 comments on commit 6339104

Please sign in to comment.