Skip to content

Commit

Permalink
Improve
Browse files Browse the repository at this point in the history
  • Loading branch information
tvorogme committed Apr 15, 2024
1 parent 030ccd5 commit 974da8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tonpy/blockscanner/blockscanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def load_process_shard(shards_chunk,

if loglevel > 3:
logger.debug(f"[{thread_id}] Stop liteclient")
del lc
#del lc

if loglevel > 3:
logger.debug(f"[{thread_id}] Finally done at: {time() - total_start_at}")
Expand Down Expand Up @@ -462,7 +462,7 @@ def process_mc_blocks(seqnos, lcparams, loglevel, parse_txs_over_ls):
if loglevel > 3:
logger.debug(f"[{thread_id}] Stop liteclient")

del lc
#del lc

if loglevel > 2:
logger.debug(f"[{thread_id}] Done load MCs")
Expand Down

0 comments on commit 974da8a

Please sign in to comment.