From 8321502fe3807c7c0b562a6fa85570e5555fadd0 Mon Sep 17 00:00:00 2001 From: hey Michal! Date: Tue, 28 Jan 2025 19:23:21 +0100 Subject: [PATCH] remove skip_interval in alpha_to_tao --- scraper_service/shovel_alpha_to_tao/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scraper_service/shovel_alpha_to_tao/main.py b/scraper_service/shovel_alpha_to_tao/main.py index ff8c967..61b9294 100644 --- a/scraper_service/shovel_alpha_to_tao/main.py +++ b/scraper_service/shovel_alpha_to_tao/main.py @@ -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)