connector
This commit is contained in:
parent
e37f623534
commit
7743e4bb04
@ -643,7 +643,7 @@ class Connector:
|
|||||||
|
|
||||||
for x,y in zip(headers, blocks):
|
for x,y in zip(headers, blocks):
|
||||||
try:
|
try:
|
||||||
self.block_preload.set(x, y)
|
self.block_preload.set(x, y["result"])
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user