wrong conf key
This commit is contained in:
2
waf3.py
2
waf3.py
@ -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')
|
||||
|
Reference in New Issue
Block a user