diff --git a/app/libraries/database.py b/app/libraries/database.py index 1d3a2cf..2bdb148 100644 --- a/app/libraries/database.py +++ b/app/libraries/database.py @@ -285,6 +285,6 @@ class Database(): with open(self.config_file, 'a') as the_file: - the_file.write(f'db: {self.db}\ndb_user: {self.db_user}\ndb_user_password: {self.db_user_password}\nservice: {self.service}') + the_file.write(f'db: {self.db}\ndb_user: {self.db_user}\ndb_user_password: {self.db_user_password}\ndb_table: {self.db_table}\nservice: {self.service}') print(f"adding parameters to {self.config_file}\n")