소스 검색

Small user hotfix

niels 5 년 전
부모
커밋
8d35364d2f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      webserver.py

+ 1 - 1
webserver.py

@@ -23,7 +23,7 @@ games = dict()   # code -> game
 
 sockets = dict()   # code -> [(player, websocket), ...]
 
-users = ["Anna", "Bob", "Cynthia", "Daan", "Esther", "Frank", "Gerben", "Hanna", "Ida", "Joost", "Karin", "Loes", "Max", "Nina"]
+users = ["Anna", "Bob", "Cynthia", "Daan", "Esoirulthayro", "Frank", "Gerben", "Hanna", "Ida", "Joost", "Karin", "Loes", "Max", "Nina"]
 
 
 class DogEncoder(json.JSONEncoder):