Added comment

This commit is contained in:
danielwilczak101
2020-11-07 01:57:30 -05:00
parent 918c4f4d5e
commit 87beba1209

View File

@ -37,7 +37,7 @@ class database:
def insert_chromosome(self, generation, chromosome):
""" """
""" Insert one chromosome into the database"""
# Structure the insert data
db_chromosome = (generation, chromosome.fitness, '[chromosome]')