save db_table parameter
This commit is contained in:
pare
787ca3357d
commit
08018dbae1
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -285,6 +285,6 @@ class Database():
|
||||||
|
|
||||||
with open(self.config_file, 'a') as the_file:
|
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")
|
print(f"adding parameters to {self.config_file}\n")
|
||||||
|
|
Loading…
Referencia en una nova incidència