connector

This commit is contained in:
4tochka 2019-05-02 13:18:44 +04:00
parent e37f623534
commit 7743e4bb04

View File

@ -643,7 +643,7 @@ class Connector:
for x,y in zip(headers, blocks):
try:
self.block_preload.set(x, y)
self.block_preload.set(x, y["result"])
except:
pass