forked from platypush/platypush
Added call to parent constructor in db plugin
This commit is contained in:
parent
cfda6e019c
commit
6cf0f39a03
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ class DbPlugin(Plugin):
|
|||
:param kwargs: Extra kwargs that will be passed to ``sqlalchemy.create_engine`` (see http://docs.sqlalchemy.org/en/latest/core/engines.html)
|
||||
"""
|
||||
|
||||
super().__init__()
|
||||
self.engine = self._get_engine(engine, *args, **kwargs)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue