Py-Hanabi/hanabi/live
Maximilian Keßler 932340431f
Handle invalid player numbers on export
On hanab.live, some games have an invalid number of players
stored in the database, this leads to some games not being
able to be exported from the site.
We catch these cases and write occurrences to a local data file
2023-07-05 18:47:09 +02:00
..
__init__.py refactor files into proper submodules (not functional yet) 2023-07-04 18:52:59 +02:00
check_game.py Refactor imports, remove code in imported files 2023-07-04 21:15:33 +02:00
compress.py Refactor imports, remove code in imported files 2023-07-04 21:15:33 +02:00
download_data.py Handle invalid player numbers on export 2023-07-05 18:47:09 +02:00
hanab_live.py Refactor imports, remove code in imported files 2023-07-04 21:15:33 +02:00
instance_finder.py Refactor imports, remove code in imported files 2023-07-04 21:15:33 +02:00
site_api.py improve error handling when downloading games: Throw proper assertions, assume nothing about returned data 2023-07-05 09:00:03 +02:00
variants.py Refactor imports, remove code in imported files 2023-07-04 21:15:33 +02:00