We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fb4c1 commit 4c6c111Copy full SHA for 4c6c111
scraper_service/shovel_alpha_to_tao/main.py
@@ -20,7 +20,7 @@ class AlphaToTaoShovel(ShovelBaseClass):
20
21
def __init__(self, name):
22
super().__init__(name, skip_interval=self.skip_interval)
23
- self.starting_block = 3638246
+ self.starting_block = 4947956
24
25
def process_block(self, n):
26
do_process_block(self, n)
0 commit comments