Fixed database_name

This commit is contained in:
SimpleArt
2020-11-21 23:11:47 -05:00
parent 056d67306b
commit d93444490d
2 changed files with 12 additions and 2 deletions

View File

@ -167,7 +167,7 @@ class Attributes:
"""Setter function with error checking for the database name"""
# Update the database class of the name change
self.database.database_name = value_input
self.database._database_name = value_input
# Set the name in the ga attribute
self._database_name = value_input