add report location, inactive deletion
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -23,4 +23,4 @@ class Log:
|
||||
self.logger.error(message)
|
||||
|
||||
def warning(self, message):
|
||||
self.logger.warning(message)
|
||||
self.logger.warning(message)
|
||||
Reference in New Issue
Block a user