humanized time delta #4

Fusionado
spla merged 1 commit from main into master 2024-04-03 13:34:08 +02:00

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