Skip to content

Commit

Permalink
lichess mirror split 3-4-5 wdl and dtz
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jun 23, 2024
1 parent 5ae2c62 commit dc1165d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syzygy_tables_info/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,9 @@ async def download_txt(request: aiohttp.web.Request) -> aiohttp.web.Response:
base = "https://tablebase.lichess.ovh/tables/standard"
if len(table) <= 6:
if include_wdl:
result.append("{}/3-4-5/{}.rtbw".format(base, table))
result.append("{}/3-4-5-wdl/{}.rtbw".format(base, table))
if include_dtz:
result.append("{}/3-4-5/{}.rtbz".format(base, table))
result.append("{}/3-4-5-dtz/{}.rtbz".format(base, table))
elif len(table) <= 7:
if include_wdl:
result.append("{}/6-wdl/{}.rtbw".format(base, table))
Expand Down

0 comments on commit dc1165d

Please sign in to comment.