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)
|
last_thirty_min = now.shift(minutes=-30)
|
||||||
|
|
||||||
# Configuring
|
# Configuring
|
||||||
db_path = base_path / globals()[conf['db_filename']]
|
db_path = base_path / conf['db_filename']
|
||||||
date_range = globals()[conf['date_range']]
|
date_range = globals()[conf['date_range']]
|
||||||
vroots = Path(conf['vroots'])
|
vroots = Path(conf['vroots'])
|
||||||
logs = vroots.glob('*/logs/*access*.log')
|
logs = vroots.glob('*/logs/*access*.log')
|
||||||
|
|||||||
Reference in New Issue
Block a user