wrong conf key

This commit is contained in:
n.diaz
2024-11-25 19:22:51 +01:00
parent 72820925f1
commit ea685a8b09

View File

@ -40,7 +40,7 @@ last_hour = now.shift(hours=-1).floor('hour')
last_thirty_min = now.shift(minutes=-30)
# Configuring
db_path = base_path / globals()[conf['db_filename']]
db_path = base_path / conf['db_filename']
date_range = globals()[conf['date_range']]
vroots = Path(conf['vroots'])
logs = vroots.glob('*/logs/*access*.log')