Skip to content

Commit 20baa49

Browse files
committed
proper first block
1 parent 407a024 commit 20baa49

File tree

1 file changed

+1
-1
lines changed
  • scraper_service/shovel_alpha_to_tao

1 file changed

+1
-1
lines changed

scraper_service/shovel_alpha_to_tao/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class AlphaToTaoShovel(ShovelBaseClass):
2020

2121
def __init__(self, name):
2222
super().__init__(name, skip_interval=self.skip_interval)
23-
self.starting_block = 4947956
23+
self.starting_block = 4920351
2424
# self.starting_block = 3638246
2525

2626
def process_block(self, n):

0 commit comments

Comments
 (0)