typos of course

This commit is contained in:
Patrick McGuire
2021-10-19 16:01:18 -04:00
parent e5a27ac5ca
commit 3bedefe432
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ def main():
connection = mysql.connector.connect(host='localhost',
database='birds',
user='birder',
password='databasepassword')
password='changearoo')
cursor = connection.cursor()
mySql_insert_query = """INSERT INTO detections (Date, Time, Sci_Name, Com_Name, Confidence, Lat, Lon, Cutoff, Week, Sens, Overlap)
VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s) """