Skip to content
Snippets Groups Projects

The call `get_accounts` is not supported by hivemind anymore

Merged Mariusz Trela requested to merge mt-get-accounts into develop
Files
28
+ 3
0
@@ -50,6 +50,9 @@ class Db:
self._exec = self._conn.execute
self._exec(sqlalchemy.text("COMMIT"))
def clone(self):
return Db(self._url)
def engine(self):
"""Lazy-loaded SQLAlchemy engine."""
if not self._engine:
Loading