christopher commited on
Commit
a8850d7
·
verified ·
1 Parent(s): 89424b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -74,8 +74,6 @@ async def search(data: dict):
74
  "Rating": row['Rating'],
75
  "Popularity": row['Popularity'],
76
  "Themes": row['Themes'],
77
- "PuzzleUrl": row['PuzzleUrl'],
78
- "GameUrl": row['GameUrl'],
79
  "MatchedMove": move_idx
80
  })
81
 
 
74
  "Rating": row['Rating'],
75
  "Popularity": row['Popularity'],
76
  "Themes": row['Themes'],
 
 
77
  "MatchedMove": move_idx
78
  })
79