col1
This commit is contained in:
parent
d4b3fcb61d
commit
d5abe31a3f
2 changed files with 6 additions and 7 deletions
7
api.opam
7
api.opam
|
|
@ -13,12 +13,11 @@ depends: [
|
|||
"dune" {>= "3.18"}
|
||||
"ocaml"
|
||||
"ppx_deriving_yojson"
|
||||
"ppx_yojson_conv"
|
||||
"cohttp-curl-lwt"
|
||||
"ppx_expect"
|
||||
"cohttp "
|
||||
"cohttp-lwt-unix"
|
||||
"yojson"
|
||||
"lwt_ssl"
|
||||
"ppx_expect"
|
||||
"ppx_yojson_conv"
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
|
|
|
|||
|
|
@ -67,8 +67,8 @@ let tournaments : Lib.tournament_scrape_context list =
|
|||
timezone_offset = None;
|
||||
};
|
||||
{
|
||||
id = 11539;
|
||||
season = 70681;
|
||||
id = 11536;
|
||||
season = 77825;
|
||||
name = "COL1";
|
||||
filter_foreigners = false;
|
||||
timezone_offset = Some ~-5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue