Skip to content

Commit 8321502

Browse files
committed
remove skip_interval in alpha_to_tao
1 parent 7d976a9 commit 8321502

File tree

1 file changed

+0
-1
lines changed
  • scraper_service/shovel_alpha_to_tao

1 file changed

+0
-1
lines changed

scraper_service/shovel_alpha_to_tao/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
class AlphaToTaoShovel(ShovelBaseClass):
1919
table_name = "shovel_alpha_to_tao"
20-
skip_interval = 7200
2120

2221
def __init__(self, name):
2322
super().__init__(name, skip_interval=self.skip_interval)

0 commit comments

Comments
 (0)