parent
e01e7e2d8e
commit
9f6a78c7ea
2
main.py
2
main.py
|
@ -3,7 +3,7 @@ from chess import Game
|
|||
|
||||
|
||||
KEY = "abcdefgh"
|
||||
TEMPLATE = "template.html"
|
||||
TEMPLATE = "template.tpl"
|
||||
games = dict()
|
||||
|
||||
def is_submitted(name):
|
||||
|
|
Loading…
Reference in New Issue