Started using 'sqlservice'. Added support for many new tables.
This commit is contained in:
parent
9b7d7db996
commit
b77a7069ce
12 changed files with 390 additions and 125 deletions
|
|
@ -64,7 +64,7 @@ try:
|
|||
with open("config.yml", 'r') as ymlfile:
|
||||
file_config = yaml.load(ymlfile, Loader=yaml.FullLoader)
|
||||
config = {**config, **file_config} # Syntax introduced in Python 3.5
|
||||
except IOError as e:
|
||||
except IOError:
|
||||
pass
|
||||
|
||||
dictConfig(config['logging'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue