jonpreamble commited on
Commit
c967150
·
1 Parent(s): 181ea28

more accurate time bound

Browse files
Files changed (1) hide show
  1. webpage.py +1 -1
webpage.py CHANGED
@@ -18,7 +18,7 @@ TOP_OF_SCREEN_PADDING_DIV = """
18
 
19
  PLEASE_BE_PATIENT_DIV = """
20
  <div style="background-color: white; font-family: cursive; font-size: 19px; padding: 2px 17px;">
21
- After clicking ⬆️ Run Next Turn, please be patient as it may take up to a minute for the game state to update.
22
  </div>
23
  """
24
 
 
18
 
19
  PLEASE_BE_PATIENT_DIV = """
20
  <div style="background-color: white; font-family: cursive; font-size: 19px; padding: 2px 17px;">
21
+ After clicking ⬆️ Run Next Turn, please be patient as it may take up to 90 seconds for the game state to update.
22
  </div>
23
  """
24