Update app.py
Browse files
app.py
CHANGED
@@ -286,13 +286,13 @@ def extract_variables(all_personalized_data, part):
|
|
286 |
"stage412359.php": ("stage 6", "Round 1: Investor’s turn"),
|
287 |
"stage412360.php": ("stage 7", "Round 1: Dealer’s turn"),
|
288 |
"stage412361.php": ("stage 8", "Round 2: Investor’s turn"),
|
289 |
-
"stage412362.php": ("stage 9", "Round 2:
|
290 |
"stage412363.php": ("stage 10", "Round 3: Investor’s turn"),
|
291 |
"stage412364.php": ("stage 11", "Round 3: Dealer’s turn"),
|
292 |
"stage412366.php": ("stage 13", "Round 1: Investor’s turn"),
|
293 |
"stage412367.php": ("stage 14", "Round 1: Dealer’s turn"),
|
294 |
"stage412368.php": ("stage 15", "Round 2: Investor’s turn"),
|
295 |
-
"stage412369.php": ("stage 16", "Round 2:
|
296 |
"stage412370.php": ("stage 17", "Round 3: Investor’s turn"),
|
297 |
"stage412371.php": ("stage 18", "Round 3: Dealer’s turn"),
|
298 |
}
|
@@ -305,13 +305,13 @@ def map_onPage(onPage):
|
|
305 |
"stage411228.php": ("stage 6", "Round 1: Investor’s turn"),
|
306 |
"stage411229.php": ("stage 7", "Round 1: Dealer’s turn"),
|
307 |
"stage411230.php": ("stage 8", "Round 2: Investor’s turn"),
|
308 |
-
"stage411231.php": ("stage 9", "Round 2:
|
309 |
"stage411232.php": ("stage 10", "Round 3: Investor’s turn"),
|
310 |
"stage411233.php": ("stage 11", "Round 3: Dealer’s turn"),
|
311 |
"stage411235.php": ("stage 13", "Round 1: Investor’s turn"),
|
312 |
"stage411236.php": ("stage 14", "Round 1: Dealer’s turn"),
|
313 |
"stage411237.php": ("stage 15", "Round 2: Investor’s turn"),
|
314 |
-
"stage411238.php": ("stage 16", "Round 2:
|
315 |
"stage411239.php": ("stage 17", "Round 3: Investor’s turn"),
|
316 |
"stage411240.php": ("stage 18", "Round 3: Dealer’s turn"),
|
317 |
}
|
|
|
286 |
"stage412359.php": ("stage 6", "Round 1: Investor’s turn"),
|
287 |
"stage412360.php": ("stage 7", "Round 1: Dealer’s turn"),
|
288 |
"stage412361.php": ("stage 8", "Round 2: Investor’s turn"),
|
289 |
+
"stage412362.php": ("stage 9", "Round 2: Dealer’s turn"),
|
290 |
"stage412363.php": ("stage 10", "Round 3: Investor’s turn"),
|
291 |
"stage412364.php": ("stage 11", "Round 3: Dealer’s turn"),
|
292 |
"stage412366.php": ("stage 13", "Round 1: Investor’s turn"),
|
293 |
"stage412367.php": ("stage 14", "Round 1: Dealer’s turn"),
|
294 |
"stage412368.php": ("stage 15", "Round 2: Investor’s turn"),
|
295 |
+
"stage412369.php": ("stage 16", "Round 2: Dealer’s turn"),
|
296 |
"stage412370.php": ("stage 17", "Round 3: Investor’s turn"),
|
297 |
"stage412371.php": ("stage 18", "Round 3: Dealer’s turn"),
|
298 |
}
|
|
|
305 |
"stage411228.php": ("stage 6", "Round 1: Investor’s turn"),
|
306 |
"stage411229.php": ("stage 7", "Round 1: Dealer’s turn"),
|
307 |
"stage411230.php": ("stage 8", "Round 2: Investor’s turn"),
|
308 |
+
"stage411231.php": ("stage 9", "Round 2: Dealer’s turn"),
|
309 |
"stage411232.php": ("stage 10", "Round 3: Investor’s turn"),
|
310 |
"stage411233.php": ("stage 11", "Round 3: Dealer’s turn"),
|
311 |
"stage411235.php": ("stage 13", "Round 1: Investor’s turn"),
|
312 |
"stage411236.php": ("stage 14", "Round 1: Dealer’s turn"),
|
313 |
"stage411237.php": ("stage 15", "Round 2: Investor’s turn"),
|
314 |
+
"stage411238.php": ("stage 16", "Round 2: Dealer’s turn"),
|
315 |
"stage411239.php": ("stage 17", "Round 3: Investor’s turn"),
|
316 |
"stage411240.php": ("stage 18", "Round 3: Dealer’s turn"),
|
317 |
}
|