Removing Commentary

pull/4/head
sgoudham 4 years ago
parent 726ad11dbb
commit 6b6b8e3ee5

15
db.py

@ -23,18 +23,3 @@ def connection():
sys.exit(1)
return conn
connection()
"""if conn:
print("Connected to MySQL Server version ")
cursor = conn.cursor()
cursor.execute("SELECT * FROM LOGS;")
record = cursor.fetchone()
print("You're connected to database: ", record)
"""
# if conn:
"""cursor.close()
conn.close()"""
# print("MySQL connection is closed")

Loading…
Cancel
Save