This commit is contained in:
silva guimaraes 2025-07-11 17:36:22 -03:00
parent d4b3fcb61d
commit d5abe31a3f
2 changed files with 6 additions and 7 deletions

View file

@ -13,12 +13,11 @@ depends: [
"dune" {>= "3.18"} "dune" {>= "3.18"}
"ocaml" "ocaml"
"ppx_deriving_yojson" "ppx_deriving_yojson"
"cohttp-curl-lwt"
"cohttp-lwt-unix"
"lwt_ssl"
"ppx_expect"
"ppx_yojson_conv" "ppx_yojson_conv"
"cohttp-curl-lwt"
"ppx_expect"
"cohttp "
"cohttp-lwt-unix"
"yojson"
"odoc" {with-doc} "odoc" {with-doc}
] ]
build: [ build: [

View file

@ -67,8 +67,8 @@ let tournaments : Lib.tournament_scrape_context list =
timezone_offset = None; timezone_offset = None;
}; };
{ {
id = 11539; id = 11536;
season = 70681; season = 77825;
name = "COL1"; name = "COL1";
filter_foreigners = false; filter_foreigners = false;
timezone_offset = Some ~-5; timezone_offset = Some ~-5;