Skip to content

Commit

Permalink
remove skip_interval in alpha_to_tao
Browse files Browse the repository at this point in the history
  • Loading branch information
hey-michal committed Jan 28, 2025
1 parent 7d976a9 commit 8321502
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scraper_service/shovel_alpha_to_tao/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

class AlphaToTaoShovel(ShovelBaseClass):
table_name = "shovel_alpha_to_tao"
skip_interval = 7200

def __init__(self, name):
super().__init__(name, skip_interval=self.skip_interval)
Expand Down

0 comments on commit 8321502

Please sign in to comment.