diff --git a/config/settings.yaml b/config/settings.yaml index 2f6c1ff..ffa76b5 100644 --- a/config/settings.yaml +++ b/config/settings.yaml @@ -1,13 +1,15 @@ institution_name: HB Testbibliothek Psychologie default_loan_duration: 7 +inactive_user_deletion: 365 catalogue: True database: - path: C:/testdatabase_12 - name: librr.db - backupLocation: V:/backup + path: C:/testing/source_2 + name: library.db + backupLocation: C:/Databasebackup do_backup: True + report: generate_report: false - email: None + path: C:/report debug: false log_debug: false diff --git a/src/utils/log.py b/src/utils/log.py index fb815fa..6ba3717 100644 --- a/src/utils/log.py +++ b/src/utils/log.py @@ -23,4 +23,4 @@ class Log: self.logger.error(message) def warning(self, message): - self.logger.warning(message) + self.logger.warning(message) \ No newline at end of file