bit more import scoping and added filter for using /location with domain

This commit is contained in:
Nicholas St. Germain 2018-12-17 20:19:41 -06:00
parent 61fcf3b80c
commit fbc8488b07
3 changed files with 33 additions and 30 deletions

View file

@ -45,7 +45,7 @@ class VarkenLogger(object):
self.log_level = INFO
# Make the log directory if it does not exist
mkdir_p('{}/{}'.format(self.data_folder, BlacklistFilter.log_folder))
mkdir_p(f'{self.data_folder}/{BlacklistFilter.log_folder}')
# Create the Logger
self.logger = getLogger()