save db_table parameter

This commit is contained in:
spla 2024-04-08 17:32:20 +02:00
pare 787ca3357d
commit 08018dbae1

Veure arxiu

@ -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")