website
This commit is contained in:
parent
53a566d37a
commit
116ed0068b
5 changed files with 729 additions and 43 deletions
|
|
@ -134,7 +134,7 @@ let pp (day : Unix.tm) matches =
|
|||
ppd_matches
|
||||
|
||||
let f () =
|
||||
let fetched = Lwt_main.run @@ Lib.fetch_all tournaments in
|
||||
let fetched = Lwt_main.run @@ Lib.fetch_all_tournaments tournaments in
|
||||
let today = Unix.time () |> Unix.localtime in
|
||||
let tomorrow = Unix.time () +. (60. *. 60. *. 24.) |> Unix.localtime in
|
||||
let header = "### schedules" in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue