This commit is contained in:
silva guimaraes 2025-07-11 15:58:40 -03:00
parent a3603f7c85
commit d4b3fcb61d
2 changed files with 8 additions and 9 deletions

View file

@ -80,6 +80,13 @@ let tournaments : Lib.tournament_scrape_context list =
filter_foreigners = false;
timezone_offset = Some ~-5;
};
{
id = 11653;
season = 71131;
name = "CHL1";
filter_foreigners = false;
timezone_offset = Some ~-4;
};
{
id = 390;
season = 72603;
@ -94,13 +101,6 @@ let tournaments : Lib.tournament_scrape_context list =
filter_foreigners = false;
timezone_offset = Some ~-4;
};
{
id = 11653;
season = 71131;
name = "CHL1";
filter_foreigners = false;
timezone_offset = Some ~-4;
};
{
id = 11541;
season = 69831;
@ -163,6 +163,6 @@ let f () =
while true do
print_endline "fetching matches...";
f ();
print_endline "\nupdated. sleeping for 5 minutes";
print_endline "updated. sleeping for 5 minutes";
Unix.sleep 300
done