Skip to content

Commit

Permalink
added a portion of the game rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoirierlavoie committed Feb 11, 2022
1 parent 635d80f commit ade6e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from flask import Flask, render_template

players = {
'Austria': 'Test',
'Austria': 'TBD',
'England': 'TBD',
'France': 'TBD',
'Germany': 'TBD',
Expand All @@ -18,7 +18,7 @@
'England': {'F': 'London',
'F': 'Edinburg',
'A': 'Liverpool'}
'France': {'A': 'Paris',
'France': {'A': 'Paris',}

current_turn=max(turns, key=turns.get)
utc=datetime.utcnow().replace(microsecond=0)
Expand Down

0 comments on commit ade6e68

Please sign in to comment.