Plug db session leak

This commit is contained in:
nolash
2021-02-28 08:39:15 +01:00
parent 27374e2ad4
commit c287e1dae7
3 changed files with 5 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ config_dir = '.'
db = None
signer = None
session = None
chainId = 8995
socket_path = '/run/crypto-dev-signer/jsonrpc.ipc'