connector

This commit is contained in:
4tochka 2019-05-27 23:41:21 +04:00
parent c96bba3213
commit 42b31ffbf2

View File

@ -153,7 +153,7 @@ class UTXO():
break
try:
self.load_utxo_future = asyncio.Future()
l = set(self.missed)
l = list(self.missed)
rows = self.db.multi_get(l)
for i in l: