siggame / Joueur.py

Python client for the Cerveau game server.
MIT License
4 stars 21 forks source link

Delta merge error for when d is a dictionary #3

Closed KendallHarter closed 6 years ago

KendallHarter commented 7 years ago

https://github.com/siggame/Joueur.py/blob/master/joueur/game_manager.py#L73

self._DELTA_LIST_LENGTH is a string, while d is a dictionary, but d is checked if it is within self._DELTA_LIST_LENGTH