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 7d976a9 commit 8321502Copy full SHA for 8321502
scraper_service/shovel_alpha_to_tao/main.py
@@ -17,7 +17,6 @@
17
18
class AlphaToTaoShovel(ShovelBaseClass):
19
table_name = "shovel_alpha_to_tao"
20
- skip_interval = 7200
21
22
def __init__(self, name):
23
super().__init__(name, skip_interval=self.skip_interval)
0 commit comments